From d2da65e3abd93840c81fbc30c6488b625baf359b Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Wed, 6 Aug 2014 21:32:50 +1000 Subject: superio/smsc/sch4037: Cleanup and fix .c inclusion Clean up both ram and rom stage support and fix board to match. Change-Id: I55e3e7338c0551f0fb663eb9707f16ecdc1aca35 Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/6509 Reviewed-by: Stefan Reinauer Tested-by: build bot (Jenkins) --- src/superio/smsc/sch4037/sch4037.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/superio/smsc/sch4037/sch4037.h') diff --git a/src/superio/smsc/sch4037/sch4037.h b/src/superio/smsc/sch4037/sch4037.h index d065489a38..23f1e1e485 100644 --- a/src/superio/smsc/sch4037/sch4037.h +++ b/src/superio/smsc/sch4037/sch4037.h @@ -20,7 +20,6 @@ #ifndef SUPERIO_SCH_4037_H #define SUPERIO_SCH_4037_H - #define SCH4037_FDD 0 /* FDD */ #define SCH4037_LPT 3 /* LPT */ #define SMSCSUPERIO_SP1 4 /* Com1 */ @@ -31,4 +30,6 @@ #define SCH4037_RUNTIME 0x0A /* Runtime */ #define SCH4037_XBUS 0x0B /* X-BUS */ -#endif //SUPERIO_SCH_4037_H +void sch4037_early_init(unsigned port); + +#endif /* SUPERIO_SCH_4037_H */ -- cgit v1.2.3