summaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2008-10-12 22:34:08 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2008-10-12 22:34:08 +0000
commit598ba437427709f808e5035832f5f650b393ddbc (patch)
treef7cdad912d323790b9e7271dd52470cdc3248ab2 /src/mainboard/gigabyte
parent8ce164dda386b920a95519df196613b0cf894acb (diff)
downloadcoreboot-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/gigabyte')
-rw-r--r--src/mainboard/gigabyte/ga-6bxc/auto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/gigabyte/ga-6bxc/auto.c b/src/mainboard/gigabyte/ga-6bxc/auto.c
index bfef2cc43e..e17800305a 100644
--- a/src/mainboard/gigabyte/ga-6bxc/auto.c
+++ b/src/mainboard/gigabyte/ga-6bxc/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"