[coreboot-gerrit] New patch to review for coreboot: 97e93b2 google/rambi: Do not select CHROMEOS in Kconfig

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Thu Feb 13 21:36:35 CET 2014


Alexandru Gagniuc (mr.nuke.me at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5218

-gerrit

commit 97e93b22b1f51f86c0841667549e256158724fc2
Author: Alexandru Gagniuc <mr.nuke.me at gmail.com>
Date:   Thu Feb 13 14:33:08 2014 -0600

    google/rambi: Do not select CHROMEOS in Kconfig
    
    CHROMEOS is the meant to be selected by the user. The correct variable
    for a mainboard to select is MAINBOARD_HAS_CHROMEOS. This will then
    default to a CHROMEOS build, but when the mainboard selects CHROMEOS,
    the user can no longer disable CHROMEOS.
    
    Change-Id: I78fb15a0a9fef733e2de064d6c09cf774b7bce78
    Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
---
 src/mainboard/google/rambi/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mainboard/google/rambi/Kconfig b/src/mainboard/google/rambi/Kconfig
index 292d321..1748862 100644
--- a/src/mainboard/google/rambi/Kconfig
+++ b/src/mainboard/google/rambi/Kconfig
@@ -10,7 +10,6 @@ config BOARD_SPECIFIC_OPTIONS
 	select HAVE_OPTION_TABLE
 	select HAVE_ACPI_RESUME
 	select MAINBOARD_HAS_CHROMEOS
-	select CHROMEOS
 
 config MAINBOARD_DIR
 	string



More information about the coreboot-gerrit mailing list