From bf9e5384d7c25be41d008d29c38b24155676acc0 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sun, 9 May 2010 21:09:58 +0000 Subject: Remove pc80/serial.c includes in ROMCC boards and include it centrally in console/console.h instead. Signed-off-by: Patrick Georgi Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5538 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/wyse/s50/romstage.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mainboard/wyse') 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 #include #include -#include "pc80/serial.c" #include #include "lib/ramtest.c" #include "cpu/x86/bist.h" #include "cpu/x86/msr.h" #include -#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" -- cgit v1.2.3