diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-08-06 21:32:50 +1000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-08-23 05:31:03 +0200 |
commit | d2da65e3abd93840c81fbc30c6488b625baf359b (patch) | |
tree | 117748994109296f57629615ba1e926c9b847acd /src/superio/smsc/sch4037/sch4037.h | |
parent | 47b8075bb14de4dad4cfd2c2f42482e04644b28d (diff) | |
download | coreboot-d2da65e3abd93840c81fbc30c6488b625baf359b.tar.gz coreboot-d2da65e3abd93840c81fbc30c6488b625baf359b.tar.bz2 coreboot-d2da65e3abd93840c81fbc30c6488b625baf359b.zip |
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 <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6509
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/superio/smsc/sch4037/sch4037.h')
-rw-r--r-- | src/superio/smsc/sch4037/sch4037.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/superio/smsc/sch4037/sch4037.h b/src/superio/smsc/sch4037/sch4037.h index d065489a3887..23f1e1e48549 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 */ |