diff options
Diffstat (limited to 'src/arch/x86/Kconfig')
-rw-r--r-- | src/arch/x86/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index cd5f8e5180..6280024bdf 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -118,6 +118,12 @@ config LATE_CBMEM_INIT early get_top_of_ram() call for romstage. CBMEM tables will be allocated late in ramstage, after PCI devices resources are known. +config PRERAM_CBMEM_CONSOLE_SIZE + hex + default 0xc00 + help + Increase this value if preram cbmem console is getting truncated + config PC80_SYSTEM bool default y if ARCH_X86 |