Increase CBMEM to accommodate larger console.
[coreboot.git] / src / include / cbmem.h
index c3f10efee11f9699a8b01b2cd5a4a7a0d0c88962..e86415b31bc21f6050f87522cc49632d9487720b 100644 (file)
 #define _CBMEM_H_
 
 /* Reserve 128k for ACPI and other tables */
+#if CONFIG_CONSOLE_CBMEM
+#define HIGH_MEMORY_DEF_SIZE   ( 256 * 1024 )
+#else
 #define HIGH_MEMORY_DEF_SIZE   ( 128 * 1024 )
+#endif
+
 #ifndef __PRE_RAM__
 extern uint64_t high_tables_base, high_tables_size;
 #endif