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/motorola | |
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/motorola')
-rw-r--r-- | src/mainboard/motorola/sandpointx3_altimus_mpc7410/Config.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/motorola/sandpointx3_altimus_mpc7410/Config.lb b/src/mainboard/motorola/sandpointx3_altimus_mpc7410/Config.lb index 170d5673e3..89338e00eb 100644 --- a/src/mainboard/motorola/sandpointx3_altimus_mpc7410/Config.lb +++ b/src/mainboard/motorola/sandpointx3_altimus_mpc7410/Config.lb @@ -14,7 +14,7 @@ chip northbridge/motorola/mpc107 device pci 0.0 on end device pci b.0 on chip southbridge/winbond/w83c553 - chip superio/NSC/pc97307 + chip superio/nsc/pc97307 device pnp 15c.0 on end # Kyeboard device pnp 15c.1 on end # Mouse device pnp 15c.2 on end # Real-time Clock |