diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-07-23 11:29:36 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-07-26 14:06:36 +0000 |
commit | 8905ecbcfa524e751e20a14183c19172a2d0a268 (patch) | |
tree | 6bb7109ff34264893fd467aba4768dbc7b3c7aaf /src/mainboard/lenovo/t400 | |
parent | 924546be1732c295b9bb5e2002e2b9c04fb2b6be (diff) |
mb/*: Specify type of `OVERRIDE_DEVICETREE` once
Specify the type of the `OVERRIDE_DEVICETREE` Kconfig symbol once
instead of doing so on each and every mainboard.
Change-Id: I4cbf4e318a30f0cf75aa8690e7454b9caa115c9d
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56556
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo/t400')
-rw-r--r-- | src/mainboard/lenovo/t400/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/t400/Kconfig b/src/mainboard/lenovo/t400/Kconfig index 1ac1a35571..7b0ef7042e 100644 --- a/src/mainboard/lenovo/t400/Kconfig +++ b/src/mainboard/lenovo/t400/Kconfig @@ -63,7 +63,6 @@ config MAINBOARD_PART_NUMBER default "ThinkPad W500" if BOARD_LENOVO_W500 config OVERRIDE_DEVICETREE - string default "variants/\$(CONFIG_VARIANT_DIR)/overridetree.cb" config USBDEBUG_HCD_INDEX |