From 168acf9bb69d323e302cf3d03176ff7d337bbe8d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 7 Nov 2010 17:47:01 +0000 Subject: [PATCH] Fix a few incorrect GIGABYTE board names (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6033 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/gigabyte/Kconfig | 4 ++-- src/mainboard/gigabyte/ma785gmt/Kconfig | 2 +- src/mainboard/gigabyte/ma78gm/Kconfig | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mainboard/gigabyte/Kconfig b/src/mainboard/gigabyte/Kconfig index f337044b5..9de6574e8 100644 --- a/src/mainboard/gigabyte/Kconfig +++ b/src/mainboard/gigabyte/Kconfig @@ -30,9 +30,9 @@ config BOARD_GIGABYTE_GA_6BXE 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 diff --git a/src/mainboard/gigabyte/ma785gmt/Kconfig b/src/mainboard/gigabyte/ma785gmt/Kconfig index efa100d1f..c6cb21dfe 100644 --- a/src/mainboard/gigabyte/ma785gmt/Kconfig +++ b/src/mainboard/gigabyte/ma785gmt/Kconfig @@ -40,7 +40,7 @@ config APIC_ID_OFFSET config MAINBOARD_PART_NUMBER string - default "Gigabyte GA785GMT" + default "GA-MA785GMT-UD2H" config MAX_CPUS int diff --git a/src/mainboard/gigabyte/ma78gm/Kconfig b/src/mainboard/gigabyte/ma78gm/Kconfig index 3e2e1cb0a..815351a1d 100644 --- a/src/mainboard/gigabyte/ma78gm/Kconfig +++ b/src/mainboard/gigabyte/ma78gm/Kconfig @@ -40,7 +40,7 @@ config APIC_ID_OFFSET config MAINBOARD_PART_NUMBER string - default "GIGABYTE MA78GM" + default "GA-MA78GM-US2H" config MAX_CPUS int -- 2.25.1