From c3e77fc95380560f21dba7923b4aaa4ec35864c8 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Sun, 4 Jan 2015 16:24:14 +1100 Subject: superio/smsc/lpc47m10x: Use link-time symbols over .c inclusion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4a3639c05231eacd016ec3873330f9844befd448 Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/8080 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/mainboard/aopen/dxplplusu/romstage.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mainboard/aopen') diff --git a/src/mainboard/aopen/dxplplusu/romstage.c b/src/mainboard/aopen/dxplplusu/romstage.c index 86470b3257..8bb179aee5 100644 --- a/src/mainboard/aopen/dxplplusu/romstage.c +++ b/src/mainboard/aopen/dxplplusu/romstage.c @@ -29,8 +29,7 @@ #include "northbridge/intel/e7505/raminit.h" #include -#include "superio/smsc/lpc47m10x/early_serial.c" - +#include #define SERIAL_DEV PNP_DEV(0x2e, LPC47M10X2_SP1) -- cgit v1.2.3