diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-20 13:55:35 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-20 13:55:35 +0000 |
commit | 4e015eb67432b4d46003023cd4bc8c04282896e4 (patch) | |
tree | 64c9928cb6cb1c427c3af5c8ecf81ff40f127994 /src/mainboard/newisys/khepri | |
parent | 1529576019b41baf008b871339b9dd225959f5a9 (diff) | |
download | coreboot-4e015eb67432b4d46003023cd4bc8c04282896e4.tar.xz |
Fix all board names in Kconfig as per wiki / vendor website.
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@4815 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/newisys/khepri')
-rw-r--r-- | src/mainboard/newisys/khepri/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/newisys/khepri/Kconfig b/src/mainboard/newisys/khepri/Kconfig index f5a751df51..c9264ffe04 100644 --- a/src/mainboard/newisys/khepri/Kconfig +++ b/src/mainboard/newisys/khepri/Kconfig @@ -1,5 +1,5 @@ config BOARD_NEWISYS_KHEPRI - bool "Khepri" + bool "Khephri - 2100 Server (SUN Fire v20z)" select ARCH_X86 select CPU_AMD_K8 select CPU_AMD_SOCKET_940 |