[coreboot-gerrit] New patch to review for coreboot: 23aa1ce Kconfig: Hide RAM_CODE_SUPPORT.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sat May 30 22:59:22 CEST 2015


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10380

-gerrit

commit 23aa1ce368a8f2f9cde4bb79baaf23738e259552
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sat May 30 22:55:44 2015 +0200

    Kconfig: Hide RAM_CODE_SUPPORT.
    
    It builds only on veyron_* which already select it, no need to ask user.
    
    Change-Id: Ie508b9eade16e0f39073b23dc0da6b6d1e0a4c73
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Kconfig b/src/Kconfig
index 6259eba..edcafe8 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -322,7 +322,7 @@ config BOARD_ID_STRING
 	  board type.
 
 config RAM_CODE_SUPPORT
-	bool "Discover RAM configuration code and store it in coreboot table"
+	bool
 	default n
 	help
 	  If enabled, coreboot discovers RAM configuration (value obtained by



More information about the coreboot-gerrit mailing list