summaryrefslogtreecommitdiff
path: root/src/mainboard/wyse
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2010-05-09 21:09:58 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-05-09 21:09:58 +0000
commitbf9e5384d7c25be41d008d29c38b24155676acc0 (patch)
tree604fd2d1be39119127426b0f575c8f31f13b9436 /src/mainboard/wyse
parent7b5df5a445614fe83cbdb52f30abd6b8037122b2 (diff)
downloadcoreboot-bf9e5384d7c25be41d008d29c38b24155676acc0.tar.xz
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/wyse')
-rw-r--r--src/mainboard/wyse/s50/romstage.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/wyse/s50/romstage.c b/src/mainboard/wyse/s50/romstage.c
index 4238a2718c..c8e25a6bb6 100644
--- a/src/mainboard/wyse/s50/romstage.c
+++ b/src/mainboard/wyse/s50/romstage.c
@@ -4,15 +4,12 @@
#include <device/pnp_def.h>
#include <arch/romcc_io.h>
#include <arch/hlt.h>
-#include "pc80/serial.c"
#include <console/console.h>
#include "lib/ramtest.c"
#include "cpu/x86/bist.h"
#include "cpu/x86/msr.h"
#include <cpu/amd/gx2def.h>
-#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
-
#include "southbridge/amd/cs5536/cs5536_early_smbus.c"
#include "southbridge/amd/cs5536/cs5536_early_setup.c"