Author: uwe Date: Sun Nov 7 18:47:01 2010 New Revision: 6033 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6033
Log: Fix a few incorrect GIGABYTE board names (trivial).
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de Acked-by: Uwe Hermann uwe@hermann-uwe.de
Modified: trunk/src/mainboard/gigabyte/Kconfig trunk/src/mainboard/gigabyte/ma785gmt/Kconfig trunk/src/mainboard/gigabyte/ma78gm/Kconfig
Modified: trunk/src/mainboard/gigabyte/Kconfig ============================================================================== --- trunk/src/mainboard/gigabyte/Kconfig Sun Nov 7 17:49:31 2010 (r6032) +++ trunk/src/mainboard/gigabyte/Kconfig Sun Nov 7 18:47:01 2010 (r6033) @@ -30,9 +30,9 @@ config BOARD_GIGABYTE_M57SLI bool "GA-M57SLI-S4" config BOARD_GIGABYTE_GA785GMT - bool "MA785GMT" + bool "GA-MA785GMT-UD2H" config BOARD_GIGABYTE_MA78GM - bool "MA78GM-US2H" + bool "GA-MA78GM-US2H"
endchoice
Modified: trunk/src/mainboard/gigabyte/ma785gmt/Kconfig ============================================================================== --- trunk/src/mainboard/gigabyte/ma785gmt/Kconfig Sun Nov 7 17:49:31 2010 (r6032) +++ trunk/src/mainboard/gigabyte/ma785gmt/Kconfig Sun Nov 7 18:47:01 2010 (r6033) @@ -40,7 +40,7 @@
config MAINBOARD_PART_NUMBER string - default "Gigabyte GA785GMT" + default "GA-MA785GMT-UD2H"
config MAX_CPUS int
Modified: trunk/src/mainboard/gigabyte/ma78gm/Kconfig ============================================================================== --- trunk/src/mainboard/gigabyte/ma78gm/Kconfig Sun Nov 7 17:49:31 2010 (r6032) +++ trunk/src/mainboard/gigabyte/ma78gm/Kconfig Sun Nov 7 18:47:01 2010 (r6033) @@ -40,7 +40,7 @@
config MAINBOARD_PART_NUMBER string - default "GIGABYTE MA78GM" + default "GA-MA78GM-US2H"
config MAX_CPUS int