aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/tables.c')
-rw-r--r--src/arch/x86/tables.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/x86/tables.c b/src/arch/x86/tables.c
index 8cfd6555a0..5780cd1dfe 100644
--- a/src/arch/x86/tables.c
+++ b/src/arch/x86/tables.c
@@ -212,7 +212,4 @@ void write_tables(void)
write_coreboot_table(low_table_start, low_table_end,
rom_table_start, rom_table_end);
}
-
- /* Print CBMEM sections */
- cbmem_list();
}