diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2008-10-12 22:34:08 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2008-10-12 22:34:08 +0000 |
commit | 598ba437427709f808e5035832f5f650b393ddbc (patch) | |
tree | f7cdad912d323790b9e7271dd52470cdc3248ab2 /src/mainboard/azza/pt-6ibd | |
parent | 8ce164dda386b920a95519df196613b0cf894acb (diff) | |
download | coreboot-598ba437427709f808e5035832f5f650b393ddbc.tar.xz |
Drop tons of duplicated debug.c files, move common file to
lib/debug.c and use that one.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3653 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/azza/pt-6ibd')
-rw-r--r-- | src/mainboard/azza/pt-6ibd/auto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/azza/pt-6ibd/auto.c b/src/mainboard/azza/pt-6ibd/auto.c index 4d9f8f787a..55a1ace7eb 100644 --- a/src/mainboard/azza/pt-6ibd/auto.c +++ b/src/mainboard/azza/pt-6ibd/auto.c @@ -32,7 +32,7 @@ #include "ram/ramtest.c" #include "southbridge/intel/i82371eb/i82371eb_early_smbus.c" #include "northbridge/intel/i440bx/raminit.h" -#include "mainboard/asus/mew-vm/debug.c" /* FIXME */ +#include "lib/debug.c" #include "pc80/udelay_io.c" #include "lib/delay.c" #include "cpu/x86/mtrr/earlymtrr.c" |