[coreboot-gerrit] New patch to review for coreboot: google/storm/Kconfig: remove select CONSOLE_CBMEM_DUMP_TO_UART

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Wed Aug 26 01:11:16 CEST 2015


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11343

-gerrit

commit 8c9e7b0eb2bd747c366900cdfc8eee1204dbd7ab
Author: Martin Roth <martinroth at google.com>
Date:   Tue Aug 25 15:27:54 2015 -0600

    google/storm/Kconfig: remove select CONSOLE_CBMEM_DUMP_TO_UART
    
    This seems like more of a debug option, than something that should
    be forced to be enabled by the platform.  Since it's causing a Kconfig
    warning, I'm just removing it.
    
    The alternative to removing it would be to add dependencies on
    CONSOLE_CBMEM && !CONSOLE_SERIAL
    
    Change-Id: Ifc4e4cbeea08a503c38827dd75e0e2e78e8a5eda
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/mainboard/google/storm/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mainboard/google/storm/Kconfig b/src/mainboard/google/storm/Kconfig
index a86752f..2d97634 100644
--- a/src/mainboard/google/storm/Kconfig
+++ b/src/mainboard/google/storm/Kconfig
@@ -32,7 +32,6 @@ config BOARD_SPECIFIC_OPTIONS
 	select SPI_FLASH_SPANSION
 	select SPI_FLASH_STMICRO
 	select DRIVERS_UART
-	select CONSOLE_CBMEM_DUMP_TO_UART
 
 config CHROMEOS
 	select VBOOT_DISABLE_DEV_ON_RECOVERY



More information about the coreboot-gerrit mailing list