diff options
-rw-r--r-- | src/arch/x86/boot/tables.c | 3 |
1 files changed, 1 insertions, 2 deletions
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); } |