diff options
author | Peter Lemenkov <lemenkov@gmail.com> | 2019-11-27 15:33:21 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-02-01 19:48:33 +0000 |
commit | 02b29b9d01629a87cde707b6c9b6e8eaec0ed93f (patch) | |
tree | f1252c70b857c13f7cd1d0e4df8a7c211454585f /src/mainboard/lenovo/t520/Kconfig | |
parent | 99035650aaf4efe579cab0a6dd4aac2b0288f874 (diff) |
mb/lenovo/t520: Switch to overridetree
Change-Id: If6be9cffe97dcd8f733e3bd5a67a408dd817005a
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37295
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo/t520/Kconfig')
-rw-r--r-- | src/mainboard/lenovo/t520/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/t520/Kconfig b/src/mainboard/lenovo/t520/Kconfig index a6183d9f08..6d31be2e6c 100644 --- a/src/mainboard/lenovo/t520/Kconfig +++ b/src/mainboard/lenovo/t520/Kconfig @@ -51,9 +51,9 @@ config MAINBOARD_DIR string default "lenovo/t520" -config DEVICETREE +config OVERRIDE_DEVICETREE string - default "variants/$(CONFIG_VARIANT_DIR)/devicetree.cb" + default "variants/$(CONFIG_VARIANT_DIR)/overridetree.cb" config FMDFILE string |