We hardcode highmemory size in every northbridge! This is bad, and especially if...
[coreboot.git] / src / lib / cbmem.c
index d85c74881014e44a7d550b6908fb37f2e6d9aed3..aa10a15798ab44d375607c6ef6a5a7008bbf51b3 100644 (file)
@@ -193,7 +193,6 @@ void *cbmem_find(u32 id)
 #if CONFIG_HAVE_ACPI_RESUME
 extern u8 acpi_slp_type;
 #endif
-extern uint64_t high_tables_base, high_tables_size;
 
 void cbmem_initialize(void)
 {