[coreboot-gerrit] New patch to review for coreboot: 4443c61 ARM: Fix ARM_LPAE to not be selectable as a menu item.

Ronald G. Minnich (rminnich@gmail.com) gerrit at coreboot.org
Thu Jan 1 04:47:55 CET 2015


Ronald G. Minnich (rminnich at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8027

-gerrit

commit 4443c61fc364ef55c469db9e8ed81f5baaddad8e
Author: Ronald G. Minnich <rminnich at gmail.com>
Date:   Wed Dec 31 19:47:08 2014 -0800

    ARM: Fix ARM_LPAE to not be selectable as a menu item.
    
    It was showing up as a menu item and it should not.
    
    Change-Id: I448f683fbf4187b11821381332f971b1daea29f8
    Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>
---
 src/arch/arm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/arch/arm/Kconfig b/src/arch/arm/Kconfig
index e946f59..156c8c2 100644
--- a/src/arch/arm/Kconfig
+++ b/src/arch/arm/Kconfig
@@ -33,5 +33,5 @@ config MAINBOARD_HAS_BOOTBLOCK_INIT
 	default n
 
 config ARM_LPAE
-	bool "Enable LPAE"
+	bool
 	default n



More information about the coreboot-gerrit mailing list