From bc839fba3d4fd44d3d7b2dcfafc32bccf2af9c94 Mon Sep 17 00:00:00 2001 From: Antonello Dettori Date: Thu, 3 Mar 2016 16:25:35 +0000 Subject: 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 Reviewed-on: https://review.coreboot.org/13887 Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- src/mainboard/amd/thatcher/romstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/amd/thatcher') 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 #include #include -#include +#include #include #include "cbmem.h" -- cgit v1.2.3