aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i82830/raminit.c
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/northbridge/intel/i82830/raminit.c
parent8ce164dda386b920a95519df196613b0cf894acb (diff)
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/northbridge/intel/i82830/raminit.c')
-rw-r--r--src/northbridge/intel/i82830/raminit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/i82830/raminit.c b/src/northbridge/intel/i82830/raminit.c
index b6e8661745..89f828d1dd 100644
--- a/src/northbridge/intel/i82830/raminit.c
+++ b/src/northbridge/intel/i82830/raminit.c
@@ -22,7 +22,7 @@
#include <spd.h>
#include <sdram_mode.h>
#include <delay.h>
-#include "debug.c"
+#include "lib/debug.c"
#include "i82830.h"
/*-----------------------------------------------------------------------------