diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-05-09 21:09:58 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-05-09 21:09:58 +0000 |
commit | bf9e5384d7c25be41d008d29c38b24155676acc0 (patch) | |
tree | 604fd2d1be39119127426b0f575c8f31f13b9436 /src/mainboard/dell | |
parent | 7b5df5a445614fe83cbdb52f30abd6b8037122b2 (diff) |
Remove pc80/serial.c includes in ROMCC boards and include
it centrally in console/console.h instead.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5538 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/dell')
-rw-r--r-- | src/mainboard/dell/s1850/romstage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/dell/s1850/romstage.c b/src/mainboard/dell/s1850/romstage.c index 981b5c4fa5..b45fe90d58 100644 --- a/src/mainboard/dell/s1850/romstage.c +++ b/src/mainboard/dell/s1850/romstage.c @@ -7,7 +7,6 @@ #include <stdlib.h> #include "option_table.h" #include "pc80/mc146818rtc_early.c" -#include "pc80/serial.c" #include <console/console.h> #include "lib/ramtest.c" #include "southbridge/intel/i82801ex/i82801ex_early_smbus.c" |