diff options
author | Peter Lemenkov <lemenkov@gmail.com> | 2019-12-03 22:15:49 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-03-30 08:48:13 +0000 |
commit | 98b78efabe028761f6c78048395b27f29ca4e290 (patch) | |
tree | ece6cd6c73df2c3efa1a09aeb97494278ec1e0c3 /src/mainboard/lenovo/t530/Kconfig | |
parent | 7e269ad06c5487c8a0731594167d6840482dfcb7 (diff) |
mb/lenovo/t530: Switch to overridetree
Change-Id: I3dfa303b6aae2446fa3a1d67a6e31448277cacdb
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37602
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/lenovo/t530/Kconfig')
-rw-r--r-- | src/mainboard/lenovo/t530/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig index bef0dee118..0f8d3267f3 100644 --- a/src/mainboard/lenovo/t530/Kconfig +++ b/src/mainboard/lenovo/t530/Kconfig @@ -56,9 +56,9 @@ config MAINBOARD_DIR string default "lenovo/t530" -config DEVICETREE +config OVERRIDE_DEVICETREE string - default "variants/$(CONFIG_VARIANT_DIR)/devicetree.cb" + default "variants/$(CONFIG_VARIANT_DIR)/overridetree.cb" config MAINBOARD_PART_NUMBER string |