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/foxconn | |
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/foxconn')
-rw-r--r-- | src/mainboard/foxconn/d41s/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/foxconn/g41s-k/Kconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/foxconn/d41s/Kconfig b/src/mainboard/foxconn/d41s/Kconfig index e0aed55cf0..6e82c624f7 100644 --- a/src/mainboard/foxconn/d41s/Kconfig +++ b/src/mainboard/foxconn/d41s/Kconfig @@ -18,7 +18,6 @@ config BOARD_SPECIFIC_OPTIONS select INTEL_GMA_HAVE_VBT config MAINBOARD_DIR - string default "foxconn/d41s" config MAINBOARD_PART_NUMBER diff --git a/src/mainboard/foxconn/g41s-k/Kconfig b/src/mainboard/foxconn/g41s-k/Kconfig index 7a69655ea6..f8add62806 100644 --- a/src/mainboard/foxconn/g41s-k/Kconfig +++ b/src/mainboard/foxconn/g41s-k/Kconfig @@ -18,7 +18,6 @@ config BOARD_SPECIFIC_OPTIONS select MAINBOARD_HAS_LIBGFXINIT config MAINBOARD_DIR - string default "foxconn/g41s-k" config VARIANT_DIR |