[coreboot-gerrit] New patch to review for coreboot: 5b38a99 Kconfig: Hide DYNAMIC_CBMEM.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sat Nov 8 21:50:33 CET 2014


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

-gerrit

commit 5b38a997a1e0383f0dd7b2345e01be251a79d9b7
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sat Nov 8 21:49:42 2014 +0100

    Kconfig: Hide DYNAMIC_CBMEM.
    
    Only one setting actually works (exact value depends on board). So
    no need to show it.
    
    Change-Id: I2a85719264bbac07791ef6a9279590ba768c309e
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 3rdparty    | 2 +-
 src/Kconfig | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/3rdparty b/3rdparty
index 27bdb5e..f37e0e6 160000
--- a/3rdparty
+++ b/3rdparty
@@ -1 +1 @@
-Subproject commit 27bdb5e8a61274e3a59a13dd13dd8b4b649de68c
+Subproject commit f37e0e64ac1ac6700a9469f4adc2c391cbd93e43
diff --git a/src/Kconfig b/src/Kconfig
index 4deed2a..cb29a25 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -167,7 +167,7 @@ config BROKEN_CAR_MIGRATE
 	  CAR_GLOBAL and never do CAR migration.
 
 config DYNAMIC_CBMEM
-	bool "The CBMEM space is dynamically grown."
+	bool
 	default n
 	select EARLY_CBMEM_INIT
 	help



More information about the coreboot-gerrit mailing list