aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/storm
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2015-08-25 15:27:54 -0600
committerMartin Roth <martinroth@google.com>2015-08-27 14:50:01 +0000
commit422c636683b82f7f2d155c28468d04d49c0d33fd (patch)
treea08dae485a6eb873f50dfc03fb19fa16bc50163e /src/mainboard/google/storm
parent5a96b3743edb99ced733cf37cbeea305b58768c7 (diff)
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@google.com> Reviewed-on: http://review.coreboot.org/11343 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/mainboard/google/storm')
-rw-r--r--src/mainboard/google/storm/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/storm/Kconfig b/src/mainboard/google/storm/Kconfig
index a86752f828..2d97634a36 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