summaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/x6dhe_g2/auto.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2006-10-24 23:00:42 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2006-10-24 23:00:42 +0000
commitd86417bfa379de85ba7a52ba626bbdfbed389438 (patch)
tree81ba50b7be89a1349a721d69ec13a8bc579aa30b /src/mainboard/supermicro/x6dhe_g2/auto.c
parentf327e655ce3bb6f9569b57d7a5ab28a9eab18ca2 (diff)
downloadcoreboot-d86417bfa379de85ba7a52ba626bbdfbed389438.tar.xz
Change all occurences of NSC to nsc in the code. The next commit
will then rename the src/superio/NSC directory to src/superio/nsc. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2472 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/supermicro/x6dhe_g2/auto.c')
-rw-r--r--src/mainboard/supermicro/x6dhe_g2/auto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/supermicro/x6dhe_g2/auto.c b/src/mainboard/supermicro/x6dhe_g2/auto.c
index 735ad43c27..854a74a132 100644
--- a/src/mainboard/supermicro/x6dhe_g2/auto.c
+++ b/src/mainboard/supermicro/x6dhe_g2/auto.c
@@ -12,14 +12,14 @@
#include "ram/ramtest.c"
#include "southbridge/intel/i82801er/i82801er_early_smbus.c"
#include "northbridge/intel/E7520/raminit.h"
-#include "superio/NSC/pc87427/pc87427.h"
+#include "superio/nsc/pc87427/pc87427.h"
#include "cpu/x86/lapic/boot_cpu.c"
#include "cpu/x86/mtrr/earlymtrr.c"
#include "debug.c"
#include "watchdog.c"
#include "reset.c"
#include "x6dhe_g2_fixups.c"
-#include "superio/NSC/pc87427/pc87427_early_init.c"
+#include "superio/nsc/pc87427/pc87427_early_init.c"
#include "northbridge/intel/E7520/memory_initialized.c"
#include "cpu/x86/bist.h"