diff mbox

[U-Boot,4/6] configs: dra7xx_evm_defconfig: Enable LPAE mode

Message ID 1473830013-16480-5-git-send-email-j-keerthy@ti.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

J, KEERTHY Sept. 14, 2016, 5:13 a.m. UTC
Enable Linear Physical Address Extension mode which is a
prerequisite for hypervisor mode.

Signed-off-by: Keerthy <j-keerthy@ti.com>
---
 configs/dra7xx_evm_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Sept. 16, 2016, 11:17 a.m. UTC | #1
On Wed, Sep 14, 2016 at 10:43:31AM +0530, Keerthy wrote:

> 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>
Tom Rini Oct. 8, 2016, 5:05 p.m. UTC | #2
On Wed, Sep 14, 2016 at 10:43:31AM +0530, Keerthy wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig
index 64184de..2b368c3 100644
--- a/configs/dra7xx_evm_defconfig
+++ b/configs/dra7xx_evm_defconfig
@@ -1,6 +1,7 @@ 
 CONFIG_ARM=y
 CONFIG_OMAP54XX=y
 CONFIG_TARGET_DRA7XX_EVM=y
+CONFIG_ARMV7_LPAE=y
 CONFIG_SPL_STACK_R_ADDR=0x82000000
 CONFIG_DEFAULT_DEVICE_TREE="dra7-evm"
 CONFIG_SPL=y