aboutsummaryrefslogtreecommitdiff
path: root/src/console/Kconfig
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2013-07-31 20:52:04 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2013-08-07 19:12:48 +0200
commitda940c58357eb45232d808a334879474c33be886 (patch)
tree9a5f971f4b31280ec1530884a07b8be0bc72820a /src/console/Kconfig
parentcec611a0ea6dc3bb79e409f3f49a58ec1db81dc1 (diff)
Make EARLY_CONSOLE optional
This change brings back the possibility to disable console output while in romstage, like before commit d2f45c65. For some platforms (AMD multi-socket) USBDEBUG and/or CBMEM CONSOLE do not work correctly for romstage due the way cache-as-ram is set up, but might already work for ramstage. Change-Id: Id8d830e02a18129af419d3b5860866acf315d531 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/3846 Tested-by: build bot (Jenkins) Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com> Reviewed-by: Aaron Durbin <adurbin@google.com>
Diffstat (limited to 'src/console/Kconfig')
-rw-r--r--src/console/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig
index 013b72feca..1d050f7113 100644
--- a/src/console/Kconfig
+++ b/src/console/Kconfig
@@ -9,6 +9,7 @@ config BOOTBLOCK_CONSOLE
config EARLY_CONSOLE
bool "Enable early (pre-RAM) console output."
+ default y if CACHE_AS_RAM
default n
help
Use console during early (pre-RAM) boot stages