diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-06-02 07:58:14 +1000 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-06-03 09:37:57 +0200 |
commit | fdceb48b3623f8d342c9138feb8ee0db61a79f24 (patch) | |
tree | 441eaaf1b64d13ed6f7eea4fd58a2b8761514c60 /src/mainboard/iei | |
parent | 8f45761a67347050058537f6a6cd75489af6c1d8 (diff) | |
download | coreboot-fdceb48b3623f8d342c9138feb8ee0db61a79f24.tar.xz |
superio/smsc/smscsuperio: Make romstage linkable with header
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 <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/5915
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/iei')
-rw-r--r-- | src/mainboard/iei/pm-lx2-800-r10/romstage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/iei/pm-lx2-800-r10/romstage.c b/src/mainboard/iei/pm-lx2-800-r10/romstage.c index f998f18997..b34bce4d1d 100644 --- a/src/mainboard/iei/pm-lx2-800-r10/romstage.c +++ b/src/mainboard/iei/pm-lx2-800-r10/romstage.c @@ -33,7 +33,7 @@ #include <southbridge/amd/cs5536/cs5536.h> #include <southbridge/amd/cs5536/early_smbus.c> #include <southbridge/amd/cs5536/early_setup.c> -#include <superio/smsc/smscsuperio/early_serial.c> +#include <superio/smsc/smscsuperio/smscsuperio.h> #include <northbridge/amd/lx/raminit.h> #define SERIAL_DEV PNP_DEV(0x2e, SMSCSUPERIO_SP1) |