From f1b6f1f2bb723d7b7e8e59e95da9ea8ccd146053 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 3 Feb 2010 17:25:34 +0000 Subject: Fix incorrect board names in Kconfig strings (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5076 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/tyan/s2880/Kconfig | 2 +- src/mainboard/tyan/s2882/Kconfig | 2 +- src/mainboard/tyan/s2885/Kconfig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mainboard/tyan/s2880/Kconfig b/src/mainboard/tyan/s2880/Kconfig index 05f9ce2dc4f7..05818623421d 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 3cf70cfffacb..fdc735318c9a 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 f000f1c03e29..0b8d5aca366b 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 -- cgit v1.2.3