diff mbox

[U-Boot] configs: omap5_uevm_defconfig: Enable LPAE mode

Message ID 1480498317-9416-1-git-send-email-j-keerthy@ti.com
State Accepted
Commit 97857742f12d9f9b4366b9e8629f6e79d9c247d5
Delegated to: Tom Rini
Headers show

Commit Message

J, KEERTHY Nov. 30, 2016, 9:31 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/omap5_uevm_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Dec. 1, 2016, 3:31 p.m. UTC | #1
On Wed, Nov 30, 2016 at 03:01:57PM +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 Dec. 12, 2016, 1:34 p.m. UTC | #2
On Wed, Nov 30, 2016 at 03:01:57PM +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/omap5_uevm_defconfig b/configs/omap5_uevm_defconfig
index 3005ffd..18843d2 100644
--- a/configs/omap5_uevm_defconfig
+++ b/configs/omap5_uevm_defconfig
@@ -2,6 +2,7 @@  CONFIG_ARM=y
 CONFIG_OMAP54XX=y
 # CONFIG_SPL_NAND_SUPPORT is not set
 CONFIG_TARGET_OMAP5_UEVM=y
+CONFIG_ARMV7_LPAE=y
 CONFIG_SYS_CONSOLE_INFO_QUIET=y
 CONFIG_VERSION_VARIABLE=y
 CONFIG_SPL=y