diff options
author | Antonello Dettori <dev@dettori.io> | 2016-03-03 16:25:35 +0000 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2016-03-05 15:38:40 +0100 |
commit | bc839fba3d4fd44d3d7b2dcfafc32bccf2af9c94 (patch) | |
tree | adf8085231492a2147df211bb4151403bb7ec0ee /src/mainboard/amd | |
parent | 98b5f907ac6317a0e4fc11f429b7cfa858550964 (diff) | |
download | coreboot-bc839fba3d4fd44d3d7b2dcfafc32bccf2af9c94.tar.xz |
amd/thatcher: Removed #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.
Change-Id: I9edf7fc2501aa832106dda9213e702dbcc1200b4
Signed-off-by: Antonello Dettori <dev@dettori.io>
Reviewed-on: https://review.coreboot.org/13887
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/thatcher/romstage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/thatcher/romstage.c b/src/mainboard/amd/thatcher/romstage.c index 10b7df13e5..4c9c8fa1b3 100644 --- a/src/mainboard/amd/thatcher/romstage.c +++ b/src/mainboard/amd/thatcher/romstage.c @@ -30,7 +30,7 @@ #include <cpu/x86/bist.h> #include <cpu/x86/lapic.h> #include <southbridge/amd/agesa/hudson/hudson.h> -#include <superio/smsc/lpc47n217/early_serial.c> +#include <superio/smsc/lpc47n217/lpc47n217.h> #include <cpu/amd/agesa/s3_resume.h> #include "cbmem.h" |