summaryrefslogtreecommitdiff
path: root/configs/dra7xx_evm_defconfig
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2016-09-14 05:13:31 (GMT)
committerTom Rini <trini@konsulko.com>2016-10-07 00:58:15 (GMT)
commit60d42e9d519857921118b91c23a0062935c9d085 (patch)
treebc4b508b2e5749d814fda6062e401d28263b5bf8 /configs/dra7xx_evm_defconfig
parent89db0fb3e9b1aa1ef5e4fb1d4de9071b4649daee (diff)
downloadu-boot-fsl-qoriq-60d42e9d519857921118b91c23a0062935c9d085.tar.xz
configs: dra7xx_evm_defconfig: Enable LPAE mode
Enable Linear Physical Address Extension mode which is a prerequisite for hypervisor mode. Signed-off-by: Keerthy <j-keerthy@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/dra7xx_evm_defconfig')
-rw-r--r--configs/dra7xx_evm_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig
index c74dc18..343dd7e 100644
--- a/configs/dra7xx_evm_defconfig
+++ b/configs/dra7xx_evm_defconfig
@@ -4,6 +4,7 @@ CONFIG_OMAP54XX=y
CONFIG_TARGET_DRA7XX_EVM=y
CONFIG_SPL_SPI_FLASH_SUPPORT=y
CONFIG_SPL_SPI_SUPPORT=y
+CONFIG_ARMV7_LPAE=y
CONFIG_SPL_STACK_R_ADDR=0x82000000
CONFIG_DEFAULT_DEVICE_TREE="dra7-evm"
CONFIG_FIT=y