diff options
author | Stefan Reinauer <stepan@openbios.org> | 2004-03-24 12:28:18 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2004-03-24 12:28:18 +0000 |
commit | b01fb94995a5d1fcd28bcbe7e6e509d69954c7c8 (patch) | |
tree | dece08e9054aea2362417a439c601f453d0d7a8b /src/mainboard/newisys/khepri | |
parent | e52666931a3e34895b3f3b92641de9774ab722ec (diff) |
small step to clean up mainboard directories. debug.c was basically identical
on all amd64 motherboards, so it moved to the amdk8 specific code.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1470 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/newisys/khepri')
-rw-r--r-- | src/mainboard/newisys/khepri/auto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/newisys/khepri/auto.c b/src/mainboard/newisys/khepri/auto.c index 8b7a85d6de..18e222f01f 100644 --- a/src/mainboard/newisys/khepri/auto.c +++ b/src/mainboard/newisys/khepri/auto.c @@ -20,7 +20,7 @@ #include "lib/delay.c" #include "cpu/p6/boot_cpu.c" #include "northbridge/amd/amdk8/reset_test.c" -#include "debug.c" +#include "northbridge/amd/amdk8/debug.c" #include "northbridge/amd/amdk8/cpu_rev.c" #include "superio/NSC/pc87360/pc87360_early_serial.c" |