diff options
Diffstat (limited to 'src/mainboard/gigabyte/ma785gmt/Kconfig')
-rw-r--r-- | src/mainboard/gigabyte/ma785gmt/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/gigabyte/ma785gmt/Kconfig b/src/mainboard/gigabyte/ma785gmt/Kconfig index fd511a8a83..77bda90321 100644 --- a/src/mainboard/gigabyte/ma785gmt/Kconfig +++ b/src/mainboard/gigabyte/ma785gmt/Kconfig @@ -1,4 +1,4 @@ -if BOARD_GIGABYTE_GA785GMT +if BOARD_GIGABYTE_MA785GMT config BOARD_SPECIFIC_OPTIONS # dummy def_bool y @@ -83,4 +83,4 @@ config RAMBASE hex default 0x200000 -endif # BOARD_GIGABYTE_GA785GMT +endif # BOARD_GIGABYTE_MA785GMT |