From 3e4e3038584fb2055c482fd346bb821b3d6236fc Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 20 Mar 2013 14:08:04 -0700 Subject: Unify coreboot table generation coreboot tables are, unlike general system tables, a platform independent concept. Hence, use the same code for coreboot table generation on all platforms. lib/coreboot_tables.c is based on the x86 version of the file, because some important fixes were missed on the ARMv7 version lately. Change-Id: Icc38baf609f10536a320d21ac64408bef44bb77d Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/2863 Reviewed-by: Ronald G. Minnich Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/arch/x86/boot/multiboot.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/arch/x86/boot/multiboot.c') diff --git a/src/arch/x86/boot/multiboot.c b/src/arch/x86/boot/multiboot.c index 4059f2736b..a043e604e8 100644 --- a/src/arch/x86/boot/multiboot.c +++ b/src/arch/x86/boot/multiboot.c @@ -23,7 +23,6 @@ #include #include #include -#include struct multiboot_info *mbi = NULL; -- cgit v1.2.3