diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/armv7/tables.c | 4 | ||||
-rw-r--r-- | src/arch/x86/boot/tables.c | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/arch/armv7/tables.c b/src/arch/armv7/tables.c index 3f5338c821..7e7cbe409c 100644 --- a/src/arch/armv7/tables.c +++ b/src/arch/armv7/tables.c @@ -50,10 +50,6 @@ struct lb_memory *write_tables(void) { unsigned long table_pointer, new_table_pointer; -#if !CONFIG_DYNAMIC_CBMEM - cbmem_base_check(); -#endif - post_code(0x9d); table_pointer = (unsigned long)cbmem_add(CBMEM_ID_CBTABLE, diff --git a/src/arch/x86/boot/tables.c b/src/arch/x86/boot/tables.c index eea9bf1c12..40bf087cc3 100644 --- a/src/arch/x86/boot/tables.c +++ b/src/arch/x86/boot/tables.c @@ -50,10 +50,6 @@ struct lb_memory *write_tables(void) */ unsigned long high_table_pointer; -#if !CONFIG_DYNAMIC_CBMEM - cbmem_base_check(); -#endif - rom_table_start = 0xf0000; rom_table_end = 0xf0000; |