diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2006-10-24 23:00:42 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2006-10-24 23:00:42 +0000 |
commit | d86417bfa379de85ba7a52ba626bbdfbed389438 (patch) | |
tree | 81ba50b7be89a1349a721d69ec13a8bc579aa30b /src/mainboard/broadcom | |
parent | f327e655ce3bb6f9569b57d7a5ab28a9eab18ca2 (diff) |
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/broadcom')
-rw-r--r-- | src/mainboard/broadcom/blast/Config.lb | 2 | ||||
-rw-r--r-- | src/mainboard/broadcom/blast/cache_as_ram_auto.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/broadcom/blast/Config.lb b/src/mainboard/broadcom/blast/Config.lb index 412afb4b7d..2b8ebd6b51 100644 --- a/src/mainboard/broadcom/blast/Config.lb +++ b/src/mainboard/broadcom/blast/Config.lb @@ -217,7 +217,7 @@ chip northbridge/amd/amdk8/root_complex end device pci 1.1 on end # IDE 0x0214 device pci 1.2 on # LPC 0x0234 - chip superio/NSC/pc87417 + chip superio/nsc/pc87417 device pnp 2e.0 off # Floppy io 0x60 = 0x3f0 irq 0x70 = 6 diff --git a/src/mainboard/broadcom/blast/cache_as_ram_auto.c b/src/mainboard/broadcom/blast/cache_as_ram_auto.c index e7266903eb..1ecb79d90e 100644 --- a/src/mainboard/broadcom/blast/cache_as_ram_auto.c +++ b/src/mainboard/broadcom/blast/cache_as_ram_auto.c @@ -47,7 +47,7 @@ static void post_code(uint8_t value) { #include "cpu/x86/lapic/boot_cpu.c" #include "northbridge/amd/amdk8/reset_test.c" #include "northbridge/amd/amdk8/debug.c" -#include "superio/NSC/pc87417/pc87417_early_serial.c" +#include "superio/nsc/pc87417/pc87417_early_serial.c" #include "cpu/amd/mtrr/amd_earlymtrr.c" #include "cpu/x86/bist.h" |