diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-07-23 11:01:50 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-07-26 14:04:45 +0000 |
commit | 9cddae151af30339790748cc0ff40df47e24f019 (patch) | |
tree | b5bfd37d7ce07d8ea9ee2cf6d51f495ce922d488 /src/mainboard/gigabyte | |
parent | ac90f593f8481285c79863017cfa748a0d029686 (diff) |
mb/*: Specify type of `MAINBOARD_DIR` once
Specify the type of the `MAINBOARD_DIR` Kconfig symbol once instead of
doing so on each and every mainboard.
Change-Id: If1cc538b0c4938dac193699897b690e402b3c1e8
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56553
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r-- | src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ga-b75m-d3h/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ga-d510ud/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ga-g41m-es2l/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ga-h61m-series/Kconfig | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig b/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig index 9a8bf5bc90..1bb61cf828 100644 --- a/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig +++ b/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig @@ -20,7 +20,6 @@ config BOARD_SPECIFIC_OPTIONS select INTEL_GMA_HAVE_VBT config MAINBOARD_DIR - string default "gigabyte/ga-945gcm-s2l" config VARIANT_DIR diff --git a/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig b/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig index 6edbe01c0f..4db6622604 100644 --- a/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig +++ b/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig @@ -26,7 +26,6 @@ config USBDEBUG_HCD_INDEX default 2 config MAINBOARD_DIR - string default "gigabyte/ga-b75m-d3h" config VARIANT_DIR diff --git a/src/mainboard/gigabyte/ga-d510ud/Kconfig b/src/mainboard/gigabyte/ga-d510ud/Kconfig index 71fe981d7d..03627ac3d5 100644 --- a/src/mainboard/gigabyte/ga-d510ud/Kconfig +++ b/src/mainboard/gigabyte/ga-d510ud/Kconfig @@ -17,7 +17,6 @@ config BOARD_SPECIFIC_OPTIONS select SUPERIO_ITE_IT8720F config MAINBOARD_DIR - string default "gigabyte/ga-d510ud" config MAINBOARD_PART_NUMBER diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig index 8fbc8cc45b..205838b711 100644 --- a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig +++ b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig @@ -21,7 +21,6 @@ config BOARD_SPECIFIC_OPTIONS select MAINBOARD_HAS_LIBGFXINIT config MAINBOARD_DIR - string default "gigabyte/ga-g41m-es2l" config MAINBOARD_PART_NUMBER diff --git a/src/mainboard/gigabyte/ga-h61m-series/Kconfig b/src/mainboard/gigabyte/ga-h61m-series/Kconfig index cfbed99962..d7d759ea1c 100644 --- a/src/mainboard/gigabyte/ga-h61m-series/Kconfig +++ b/src/mainboard/gigabyte/ga-h61m-series/Kconfig @@ -19,7 +19,6 @@ config BOARD_SPECIFIC_OPTIONS select HAVE_CMOS_DEFAULT config MAINBOARD_DIR - string default "gigabyte/ga-h61m-series" config VARIANT_DIR |