From: Keerthy Date: Wed, 14 Sep 2016 05:13:31 +0000 (+0530) Subject: configs: dra7xx_evm_defconfig: Enable LPAE mode X-Git-Tag: v2016.11-rc2~47 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=60d42e9d519857921118b91c23a0062935c9d085;p=u-boot configs: dra7xx_evm_defconfig: Enable LPAE mode Enable Linear Physical Address Extension mode which is a prerequisite for hypervisor mode. Signed-off-by: Keerthy Reviewed-by: Tom Rini --- diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig index c74dc18274..343dd7e4fa 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