diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-02 00:08:00 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-02 00:08:00 +0000 |
commit | 5bf864e353036535551f97dbeaf2c069ba60d79d (patch) | |
tree | 8670e5c3968f83ba2c141459a80afc0f2ebb8f01 /src/mainboard/dell | |
parent | 149d6754aa2022eb65aa4d9ed28dea153455d36b (diff) |
Drop remainders of the removed Totalimpact board. Fix typos.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4707 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/dell')
-rw-r--r-- | src/mainboard/dell/s1850/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/dell/s1850/Kconfig b/src/mainboard/dell/s1850/Kconfig index 860915e2b8..ddad72c6f0 100644 --- a/src/mainboard/dell/s1850/Kconfig +++ b/src/mainboard/dell/s1850/Kconfig @@ -1,5 +1,5 @@ config BOARD_DELL_S1850 - bool "Dell S1850" + bool "S1850" select ARCH_X86 select CPU_INTEL_SOCKET_MPGA604 select NORTHBRIDGE_INTEL_E7520 @@ -8,7 +8,7 @@ config BOARD_DELL_S1850 select SUPERIO_NSC_PC8374 select PIRQ_TABLE help - Dell S1850mainboard. + Dell S1850 mainboard. config MAINBOARD_DIR string |