summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2010-02-03 17:25:34 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-02-03 17:25:34 +0000
commitf1b6f1f2bb723d7b7e8e59e95da9ea8ccd146053 (patch)
tree8f6c380849f53784ea1bc2770b470382d61fd24e
parent081c8978acd5f4ad9dfb79cc8e7eafb01695cf88 (diff)
downloadcoreboot-staging-f1b6f1f2bb723d7b7e8e59e95da9ea8ccd146053.zip
coreboot-staging-f1b6f1f2bb723d7b7e8e59e95da9ea8ccd146053.tar.gz
Fix incorrect board names in Kconfig strings (trivial).
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@5076 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--src/mainboard/tyan/s2880/Kconfig2
-rw-r--r--src/mainboard/tyan/s2882/Kconfig2
-rw-r--r--src/mainboard/tyan/s2885/Kconfig2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/tyan/s2880/Kconfig b/src/mainboard/tyan/s2880/Kconfig
index 05f9ce2..0581862 100644
--- a/src/mainboard/tyan/s2880/Kconfig
+++ b/src/mainboard/tyan/s2880/Kconfig
@@ -1,5 +1,5 @@
config BOARD_TYAN_S2880
- bool "S2880 (Thunder K8SR)"
+ bool "S2880 (Thunder K8S)"
select ARCH_X86
select CPU_AMD_SOCKET_940
select NORTHBRIDGE_AMD_AMDK8
diff --git a/src/mainboard/tyan/s2882/Kconfig b/src/mainboard/tyan/s2882/Kconfig
index 3cf70cf..fdc7353 100644
--- a/src/mainboard/tyan/s2882/Kconfig
+++ b/src/mainboard/tyan/s2882/Kconfig
@@ -1,5 +1,5 @@
config BOARD_TYAN_S2882
- bool "S2882 (Thunder K8SR)"
+ bool "S2882 (Thunder K8S Pro)"
select ARCH_X86
select CPU_AMD_SOCKET_940
select NORTHBRIDGE_AMD_AMDK8
diff --git a/src/mainboard/tyan/s2885/Kconfig b/src/mainboard/tyan/s2885/Kconfig
index f000f1c..0b8d5ac 100644
--- a/src/mainboard/tyan/s2885/Kconfig
+++ b/src/mainboard/tyan/s2885/Kconfig
@@ -1,5 +1,5 @@
config BOARD_TYAN_S2885
- bool "S2885 (Thunder K8SR)"
+ bool "S2885 (Thunder K8W)"
select ARCH_X86
select CPU_AMD_SOCKET_940
select NORTHBRIDGE_AMD_AMDK8
OpenPOWER on IntegriCloud