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/gigabyte | |
parent | 1529576019b41baf008b871339b9dd225959f5a9 (diff) |
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/gigabyte')
-rw-r--r-- | src/mainboard/gigabyte/ga_2761gxdk/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/gigabyte/m57sli/Kconfig | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/gigabyte/ga_2761gxdk/Kconfig b/src/mainboard/gigabyte/ga_2761gxdk/Kconfig index 2189cad32d..d31ecadc31 100644 --- a/src/mainboard/gigabyte/ga_2761gxdk/Kconfig +++ b/src/mainboard/gigabyte/ga_2761gxdk/Kconfig @@ -64,7 +64,7 @@ config LB_CKS_LOC config MAINBOARD_PART_NUMBER string - default "ga2761gxdk" + default "GA-2761GXDK" depends on BOARD_GIGABYTE_GA_2761GXDK config PCI_64BIT_PREF_MEM diff --git a/src/mainboard/gigabyte/m57sli/Kconfig b/src/mainboard/gigabyte/m57sli/Kconfig index 8482c045e6..23c8aee66b 100644 --- a/src/mainboard/gigabyte/m57sli/Kconfig +++ b/src/mainboard/gigabyte/m57sli/Kconfig @@ -1,5 +1,5 @@ config BOARD_GIGABYTE_M57SLI - bool "M57SLI" + bool "GA-M57SLI-S4" select ARCH_X86 select CPU_AMD_K8 select CPU_AMD_SOCKET_AM2 @@ -67,7 +67,7 @@ config LB_CKS_LOC config MAINBOARD_PART_NUMBER string - default "m57sli" + default "GA-M57SLI-S4" depends on BOARD_GIGABYTE_M57SLI config PCI_64BIT_PREF_MEM |