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/biostar | |
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/biostar')
-rw-r--r-- | src/mainboard/biostar/a68n_5200/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/biostar/am1ml/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/biostar/th61-itx/Kconfig | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/biostar/a68n_5200/Kconfig b/src/mainboard/biostar/a68n_5200/Kconfig index 14c7e6d3dd..8f36e92531 100644 --- a/src/mainboard/biostar/a68n_5200/Kconfig +++ b/src/mainboard/biostar/a68n_5200/Kconfig @@ -15,7 +15,6 @@ config BOARD_SPECIFIC_OPTIONS select GFXUMA config MAINBOARD_DIR - string default "biostar/a68n_5200" config MAINBOARD_PART_NUMBER diff --git a/src/mainboard/biostar/am1ml/Kconfig b/src/mainboard/biostar/am1ml/Kconfig index e550bfc0bf..e6b6f1aaa6 100644 --- a/src/mainboard/biostar/am1ml/Kconfig +++ b/src/mainboard/biostar/am1ml/Kconfig @@ -18,7 +18,6 @@ config BOARD_SPECIFIC_OPTIONS select SUPERIO_ITE_IT8728F config MAINBOARD_DIR - string default "biostar/am1ml" config MAINBOARD_PART_NUMBER diff --git a/src/mainboard/biostar/th61-itx/Kconfig b/src/mainboard/biostar/th61-itx/Kconfig index 2719853449..4cccf7fa51 100644 --- a/src/mainboard/biostar/th61-itx/Kconfig +++ b/src/mainboard/biostar/th61-itx/Kconfig @@ -19,7 +19,6 @@ config BOARD_SPECIFIC_OPTIONS select NO_UART_ON_SUPERIO config MAINBOARD_DIR - string default "biostar/th61-itx" config MAINBOARD_PART_NUMBER |