[coreboot-gerrit] Patch set updated for coreboot: 52ed5a3 google/nyan_blaze: Don't auto select CHROMEOS

Aaron Durbin (adurbin@google.com) gerrit at coreboot.org
Sun Mar 29 03:51:40 CEST 2015


Aaron Durbin (adurbin at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9153

-gerrit

commit 52ed5a35dc13bb112289d5e303eade5faccffde3
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Sat Mar 28 14:39:49 2015 -0500

    google/nyan_blaze: Don't auto select CHROMEOS
    
    Indicate to the rest of coreboot using MAINBOARD_HAS_CHROMEOS
    instead of auto-selecting CHROMEOS.
    
    Change-Id: I61cde263f4ad7bd6758a61fc54c456c2ad2f343e
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
---
 src/mainboard/google/nyan_blaze/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/nyan_blaze/Kconfig b/src/mainboard/google/nyan_blaze/Kconfig
index 9557ec4..5938e7e 100644
--- a/src/mainboard/google/nyan_blaze/Kconfig
+++ b/src/mainboard/google/nyan_blaze/Kconfig
@@ -23,13 +23,13 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	def_bool y
 	select ARCH_ARM
 	select BOARD_ID_SUPPORT
-	select CHROMEOS
 	select EC_GOOGLE_CHROMEEC
 	select EC_GOOGLE_CHROMEEC_SPI
 	select EC_SOFTWARE_SYNC
 	select SOC_NVIDIA_TEGRA124
 	select TEGRA124_MODEL_CD570M
 	select MAINBOARD_HAS_BOOTBLOCK_INIT
+	select MAINBOARD_HAS_CHROMEOS
 	select MAINBOARD_DO_NATIVE_VGA_INIT
 	select BOARD_ROMSIZE_KB_1024
 	select SPI_FLASH



More information about the coreboot-gerrit mailing list