From 60eb2c2c40193c457268aaa835002785b357df96 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Tue, 19 Apr 2016 15:33:08 -0500 Subject: arch: only print cbmem entries in one place Each arch was calling cbmem_list() in their own write_tables() function. Consolidate that call and place it in common code in write_coreboot_table(). Change-Id: If0d4c84e0f8634e5cef6996b2be4a86cc83c95a9 Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/14430 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi --- src/arch/x86/tables.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/arch/x86') 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(); } -- cgit v1.2.3