diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2010-11-07 17:47:01 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-11-07 17:47:01 +0000 |
commit | 168acf9bb69d323e302cf3d03176ff7d337bbe8d (patch) | |
tree | 5572bb5b078ecf5425c7bea8fafb46f092fb128c /src/mainboard/gigabyte/Kconfig | |
parent | fbd85a13aeb49aa73bec899e284347f7640909a0 (diff) |
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>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6033 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/gigabyte/Kconfig')
-rw-r--r-- | src/mainboard/gigabyte/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/gigabyte/Kconfig b/src/mainboard/gigabyte/Kconfig index f337044b5f..9de6574e87 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 |