diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-05-08 09:14:51 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-05-08 09:14:51 +0000 |
commit | 12584e2bd2ec7ab1ed60dc524574c8ae04dc17d6 (patch) | |
tree | 3ce28ab0588aff88ca74bb3281be61bbbd703c4c /src/mainboard/technexion | |
parent | 66e5bbe45fac014fb6e49c03fab453f0e866dad6 (diff) |
Drop console/console.c and pc80/serial.c from mainboards'
romstage.c.
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@5528 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/technexion')
-rw-r--r-- | src/mainboard/technexion/tim5690/romstage.c | 3 | ||||
-rw-r--r-- | src/mainboard/technexion/tim8690/romstage.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/mainboard/technexion/tim5690/romstage.c b/src/mainboard/technexion/tim5690/romstage.c index dd305a0a47..5e17c072b0 100644 --- a/src/mainboard/technexion/tim5690/romstage.c +++ b/src/mainboard/technexion/tim5690/romstage.c @@ -42,8 +42,7 @@ #include <cpu/x86/lapic.h> #include "option_table.h" #include "pc80/mc146818rtc_early.c" -#include "pc80/serial.c" -#include "console/console.c" +#include <console/console.h> #include <cpu/amd/model_fxx_rev.h> #include "northbridge/amd/amdk8/raminit.h" diff --git a/src/mainboard/technexion/tim8690/romstage.c b/src/mainboard/technexion/tim8690/romstage.c index 3963e14e68..b6e214b2cc 100644 --- a/src/mainboard/technexion/tim8690/romstage.c +++ b/src/mainboard/technexion/tim8690/romstage.c @@ -42,8 +42,7 @@ #include <cpu/x86/lapic.h> #include "option_table.h" #include "pc80/mc146818rtc_early.c" -#include "pc80/serial.c" -#include "console/console.c" +#include <console/console.h> #include <cpu/amd/model_fxx_rev.h> #include "northbridge/amd/amdk8/raminit.h" |