From 1d89f14355e72d6969c8b8aae56904ebee965d43 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Fri, 20 Apr 2012 17:11:31 +0300 Subject: Intel 82801dx: compile early_smbus as separate object MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add early_smbus.c for romstage-y list and remove respective include on mainboard romstage.c files. Tested on AOpen board. Change-Id: I1c7e6cb32e3a9d7cc9b6037dc27e59149d492001 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/909 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/mainboard/thomson/ip1000/romstage.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/thomson') diff --git a/src/mainboard/thomson/ip1000/romstage.c b/src/mainboard/thomson/ip1000/romstage.c index e85de94858..7ce89adbae 100644 --- a/src/mainboard/thomson/ip1000/romstage.c +++ b/src/mainboard/thomson/ip1000/romstage.c @@ -37,7 +37,6 @@ #include "cpu/x86/bist.h" #include "spd_table.h" #include "gpio.c" -#include "southbridge/intel/i82801dx/early_smbus.c" #include "southbridge/intel/i82801dx/tco_timer.c" #define SERIAL_DEV PNP_DEV(0x2e, SMSCSUPERIO_SP1) -- cgit v1.2.3