diff options
Diffstat (limited to 'src/console')
-rw-r--r-- | src/console/Kconfig | 5 |
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 |