summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-07-23 11:29:36 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-07-26 14:06:36 +0000
commit8905ecbcfa524e751e20a14183c19172a2d0a268 (patch)
tree6bb7109ff34264893fd467aba4768dbc7b3c7aaf /src/mainboard/lenovo
parent924546be1732c295b9bb5e2002e2b9c04fb2b6be (diff)
downloadcoreboot-8905ecbcfa524e751e20a14183c19172a2d0a268.tar.gz
coreboot-8905ecbcfa524e751e20a14183c19172a2d0a268.tar.bz2
coreboot-8905ecbcfa524e751e20a14183c19172a2d0a268.zip
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')
-rw-r--r--src/mainboard/lenovo/t400/Kconfig1
-rw-r--r--src/mainboard/lenovo/t430s/Kconfig1
-rw-r--r--src/mainboard/lenovo/t520/Kconfig1
-rw-r--r--src/mainboard/lenovo/t530/Kconfig1
-rw-r--r--src/mainboard/lenovo/t60/Kconfig1
-rw-r--r--src/mainboard/lenovo/x200/Kconfig1
-rw-r--r--src/mainboard/lenovo/x220/Kconfig1
-rw-r--r--src/mainboard/lenovo/x230/Kconfig1
8 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/lenovo/t400/Kconfig b/src/mainboard/lenovo/t400/Kconfig
index 1ac1a3557194..7b0ef7042e30 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
diff --git a/src/mainboard/lenovo/t430s/Kconfig b/src/mainboard/lenovo/t430s/Kconfig
index 8bdbab739106..6d0a1205f92d 100644
--- a/src/mainboard/lenovo/t430s/Kconfig
+++ b/src/mainboard/lenovo/t430s/Kconfig
@@ -61,7 +61,6 @@ config MAINBOARD_PART_NUMBER
default "ThinkPad T431s" if BOARD_LENOVO_T431S
config OVERRIDE_DEVICETREE
- string
default "variants/\$(CONFIG_VARIANT_DIR)/overridetree.cb"
config USBDEBUG_HCD_INDEX
diff --git a/src/mainboard/lenovo/t520/Kconfig b/src/mainboard/lenovo/t520/Kconfig
index 91e9d27f18b9..2602309a9bbf 100644
--- a/src/mainboard/lenovo/t520/Kconfig
+++ b/src/mainboard/lenovo/t520/Kconfig
@@ -51,7 +51,6 @@ config MAINBOARD_DIR
default "lenovo/t520"
config OVERRIDE_DEVICETREE
- string
default "variants/\$(CONFIG_VARIANT_DIR)/overridetree.cb"
config FMDFILE
diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig
index 7782b1ac324b..597ea1dc5b25 100644
--- a/src/mainboard/lenovo/t530/Kconfig
+++ b/src/mainboard/lenovo/t530/Kconfig
@@ -56,7 +56,6 @@ config MAINBOARD_DIR
default "lenovo/t530"
config OVERRIDE_DEVICETREE
- string
default "variants/\$(CONFIG_VARIANT_DIR)/overridetree.cb"
config MAINBOARD_PART_NUMBER
diff --git a/src/mainboard/lenovo/t60/Kconfig b/src/mainboard/lenovo/t60/Kconfig
index 9cb7ab8fd6c1..80e9c0ee1cfb 100644
--- a/src/mainboard/lenovo/t60/Kconfig
+++ b/src/mainboard/lenovo/t60/Kconfig
@@ -32,7 +32,6 @@ config VARIANT_DIR
default "z61t" if BOARD_LENOVO_Z61T
config OVERRIDE_DEVICETREE
- string
default "variants/\$(CONFIG_VARIANT_DIR)/overridetree.cb"
config MAINBOARD_PART_NUMBER
diff --git a/src/mainboard/lenovo/x200/Kconfig b/src/mainboard/lenovo/x200/Kconfig
index 4573995f3e69..ffb7bb6435d1 100644
--- a/src/mainboard/lenovo/x200/Kconfig
+++ b/src/mainboard/lenovo/x200/Kconfig
@@ -55,7 +55,6 @@ config MAINBOARD_PART_NUMBER
default "ThinkPad X301" if BOARD_LENOVO_X301
config OVERRIDE_DEVICETREE
- string
default "variants/\$(CONFIG_VARIANT_DIR)/overridetree.cb"
config USBDEBUG_HCD_INDEX
diff --git a/src/mainboard/lenovo/x220/Kconfig b/src/mainboard/lenovo/x220/Kconfig
index 763a5aff8c34..0b3ee00b2072 100644
--- a/src/mainboard/lenovo/x220/Kconfig
+++ b/src/mainboard/lenovo/x220/Kconfig
@@ -59,7 +59,6 @@ config MAINBOARD_PART_NUMBER
default "ThinkPad X1" if BOARD_LENOVO_X1
config OVERRIDE_DEVICETREE
- string
default "variants/\$(CONFIG_VARIANT_DIR)/overridetree.cb"
config USBDEBUG_HCD_INDEX
diff --git a/src/mainboard/lenovo/x230/Kconfig b/src/mainboard/lenovo/x230/Kconfig
index 2df21f9e47cf..e334518b90d3 100644
--- a/src/mainboard/lenovo/x230/Kconfig
+++ b/src/mainboard/lenovo/x230/Kconfig
@@ -62,7 +62,6 @@ config MAINBOARD_PART_NUMBER
default "ThinkPad X230s" if BOARD_LENOVO_X230S
config OVERRIDE_DEVICETREE
- string
default "variants/\$(CONFIG_VARIANT_DIR)/overridetree.cb"
config USBDEBUG_HCD_INDEX