From d86417bfa379de85ba7a52ba626bbdfbed389438 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 24 Oct 2006 23:00:42 +0000 Subject: 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 Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2472 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/amd/solo/Config.lb | 2 +- src/mainboard/amd/solo/auto.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/amd/solo') diff --git a/src/mainboard/amd/solo/Config.lb b/src/mainboard/amd/solo/Config.lb index cbe809d587..ded0624979 100644 --- a/src/mainboard/amd/solo/Config.lb +++ b/src/mainboard/amd/solo/Config.lb @@ -145,7 +145,7 @@ chip northbridge/amd/amdk8/root_complex device pci 1.0 off end end device pci 1.0 on - chip superio/NSC/pc87360 + chip superio/nsc/pc87360 device pnp 2e.0 off # Floppy io 0x60 = 0x3f0 irq 0x70 = 6 diff --git a/src/mainboard/amd/solo/auto.c b/src/mainboard/amd/solo/auto.c index 64f3e91737..34a79cb514 100644 --- a/src/mainboard/amd/solo/auto.c +++ b/src/mainboard/amd/solo/auto.c @@ -19,7 +19,7 @@ #include "northbridge/amd/amdk8/reset_test.c" #include "northbridge/amd/amdk8/debug.c" #include -#include "superio/NSC/pc87360/pc87360_early_serial.c" +#include "superio/nsc/pc87360/pc87360_early_serial.c" #include "cpu/amd/mtrr/amd_earlymtrr.c" #include "cpu/x86/bist.h" -- cgit v1.2.3