From 12584e2bd2ec7ab1ed60dc524574c8ae04dc17d6 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sat, 8 May 2010 09:14:51 +0000 Subject: Drop console/console.c and pc80/serial.c from mainboards' romstage.c. Signed-off-by: Patrick Georgi Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5528 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/winent/pl6064/romstage.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/mainboard/winent/pl6064') diff --git a/src/mainboard/winent/pl6064/romstage.c b/src/mainboard/winent/pl6064/romstage.c index aa63ab4062..f6d969681f 100644 --- a/src/mainboard/winent/pl6064/romstage.c +++ b/src/mainboard/winent/pl6064/romstage.c @@ -20,12 +20,12 @@ */ #include +#include #include #include #include #include -#include "pc80/serial.c" -#include "console/console.c" +#include #include "lib/ramtest.c" #include "cpu/x86/bist.h" #include "cpu/x86/msr.h" @@ -33,7 +33,6 @@ #include #include "southbridge/amd/cs5536/cs5536.h" -#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) #define SERIAL_DEV PNP_DEV(0x2e, W83627HF_SP1) #include "southbridge/amd/cs5536/cs5536_early_smbus.c" -- cgit v1.2.3