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
This commit is contained in:
parent
081c8978ac
commit
f1b6f1f2bb
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue