aboutsummaryrefslogtreecommitdiff
path: root/src/console/Kconfig
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2015-04-20 15:24:19 -0500
committerPatrick Georgi <pgeorgi@google.com>2015-04-23 16:35:51 +0200
commitd70bf7cc219f8478e8336f60542a50c078bf531b (patch)
treec2b63025bdf691e3724b7225d58bebd13aa07aca /src/console/Kconfig
parent58decc540dd40c180542d214f74773c7c17b4f28 (diff)
cbmem_console: fix it for x86
The Kconfig options pertaining cbmem console in the preram environment no longer make sense with the linker script changes. Remove them and their usage within cbmem_console. Change-Id: Ibf61645ca2331e4851e748e4e7aa5059e1192ed7 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/9851 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/console/Kconfig')
-rw-r--r--src/console/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig
index 09cfb39f80..28070393db 100644
--- a/src/console/Kconfig
+++ b/src/console/Kconfig
@@ -184,11 +184,6 @@ config CONSOLE_CBMEM_BUFFER_SIZE
value (128K or 0x20000 bytes) is large enough to accommodate
even the BIOS_SPEW level.
-config CONSOLE_PRERAM_BUFFER_BASE
- hex
- default 0xabadbeef if !CACHE_AS_RAM || LATE_CBMEM_INIT
- default 0x0
-
endif
config CONSOLE_QEMU_DEBUGCON