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/armv7/boot/Makefile.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/arch/armv7/boot/Makefile.inc') diff --git a/src/arch/armv7/boot/Makefile.inc b/src/arch/armv7/boot/Makefile.inc index a0752d6722..8d24fae10e 100644 --- a/src/arch/armv7/boot/Makefile.inc +++ b/src/arch/armv7/boot/Makefile.inc @@ -1,5 +1,4 @@ ramstage-y += boot.c -ramstage-y += coreboot_table.c #ramstage-$(CONFIG_MULTIBOOT) += multiboot.c ramstage-y += tables.c #ramstage-$(CONFIG_GENERATE_ACPI_TABLES) += acpi.c -- cgit v1.2.3