diff options
author | Antonello Dettori <dev@dettori.io> | 2016-03-07 01:59:48 +0000 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-03-08 13:41:03 +0100 |
commit | 6321d7c14bf96719d199cfe921d4299c93cd441f (patch) | |
tree | b5b51fa4c1170102461c7590dc07bbc06de89736 /src/mainboard | |
parent | 2a3434757ef425dbdfedf1fc69e1a033a6e7310d (diff) |
roda/rk9: Remove #include early_serial.c from romstage
Remove dependency on early_serial.c and instead use the
Super I/O's header to access the functions needed.
Also re-organize some of the superio code in order
to succesfully compile the rom.
Change-Id: I85a6f1352ae3b91c3c98e4d3fa0b90b87e02babc
Signed-off-by: Antonello Dettori <dev@dettori.io>
Reviewed-on: https://review.coreboot.org/13925
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/roda/rk9/romstage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/roda/rk9/romstage.c b/src/mainboard/roda/rk9/romstage.c index e055be955b..ca384260fe 100644 --- a/src/mainboard/roda/rk9/romstage.c +++ b/src/mainboard/roda/rk9/romstage.c @@ -29,7 +29,7 @@ #include <console/console.h> #include <southbridge/intel/i82801ix/i82801ix.h> #include <northbridge/intel/gm45/gm45.h> -#include <superio/smsc/lpc47n227/early_serial.c> +#include <superio/smsc/lpc47n227/lpc47n227.h> #define LPC_DEV PCI_DEV(0, 0x1f, 0) #define SERIAL_DEV PNP_DEV(0x2e, LPC47N227_SP1) |