From ddea94259a99fcc3e65788e3a570243e9271937f Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 3 Feb 2014 08:36:51 +0100 Subject: arch/x86/boot/tables.c: Remove unused variable assignment to `rom_table_end` Change-Id: I098d1238cda16060c3566f242443007cdaf9bd82 Signed-off-by: Paul Menzel Reviewed-on: http://review.coreboot.org/5106 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/arch/x86/boot/tables.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/arch') diff --git a/src/arch/x86/boot/tables.c b/src/arch/x86/boot/tables.c index 712f66f3e8..04efd6ffe9 100644 --- a/src/arch/x86/boot/tables.c +++ b/src/arch/x86/boot/tables.c @@ -212,8 +212,7 @@ void write_tables(void) new_high_table_pointer - high_table_pointer); } else { /* The coreboot table must be in 0-4K or 960K-1M */ - rom_table_end = write_coreboot_table( - low_table_start, low_table_end, + write_coreboot_table(low_table_start, low_table_end, rom_table_start, rom_table_end); } -- cgit v1.2.3