From fdceb48b3623f8d342c9138feb8ee0db61a79f24 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Mon, 2 Jun 2014 07:58:14 +1000 Subject: superio/smsc/smscsuperio: Make romstage linkable with header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rewrite smsc/smscsuperio romstage component to be more consistent and provide header there-by removing #include's of early_serial.c's in mainboard's. Change-Id: I572e0c76422f09d4de88935a36c0a59e5350e6e0 Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/5915 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/mainboard/aaeon/pfm-540i_revb/romstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/aaeon') diff --git a/src/mainboard/aaeon/pfm-540i_revb/romstage.c b/src/mainboard/aaeon/pfm-540i_revb/romstage.c index 2c2e22ec76..f80ef959e1 100644 --- a/src/mainboard/aaeon/pfm-540i_revb/romstage.c +++ b/src/mainboard/aaeon/pfm-540i_revb/romstage.c @@ -35,7 +35,7 @@ #include #include "southbridge/amd/cs5536/early_smbus.c" #include "southbridge/amd/cs5536/early_setup.c" -#include "superio/smsc/smscsuperio/early_serial.c" +#include #include "northbridge/amd/lx/raminit.h" #define SERIAL_DEV PNP_DEV(0x4e, SMSCSUPERIO_SP1) -- cgit v1.2.3