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/dell | |
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/dell')
-rw-r--r-- | src/mainboard/dell/optiplex_9010/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/dell/optiplex_9010/Kconfig b/src/mainboard/dell/optiplex_9010/Kconfig index 1f505b0195..a35fa7bdb5 100644 --- a/src/mainboard/dell/optiplex_9010/Kconfig +++ b/src/mainboard/dell/optiplex_9010/Kconfig @@ -21,7 +21,6 @@ config BOARD_SPECIFIC_OPTIONS select PCIEXP_L1_SUB_STATE config MAINBOARD_DIR - string default "dell/optiplex_9010" config MAINBOARD_PART_NUMBER |