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/mainboard/intel/baskingridge/chromeos.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/intel/baskingridge/chromeos.c') diff --git a/src/mainboard/intel/baskingridge/chromeos.c b/src/mainboard/intel/baskingridge/chromeos.c index 5ec6c27907..6bf5116c64 100644 --- a/src/mainboard/intel/baskingridge/chromeos.c +++ b/src/mainboard/intel/baskingridge/chromeos.c @@ -27,7 +27,6 @@ #ifndef __PRE_RAM__ #include -#include #define GPIO_COUNT 6 #define ACTIVE_LOW 0 -- cgit v1.2.3