[coreboot-gerrit] Patch set updated for coreboot: Kconfig: Hide RAM_CODE_SUPPORT.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sun Oct 11 12:19:09 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 3411bc1b14aad485d32dbea345f76ae488ab33cf
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 9ac6ec6..2822bfe 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -320,7 +320,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