diff options
author | Anatolij Gustschin <agust@denx.de> | 2019-04-01 14:45:45 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-04-13 20:30:10 +0200 |
commit | 7092e935696aa5db62af5ffd7bc7db06d0730db8 (patch) | |
tree | 58ba48bcad08638fb1966641698ca7e840ec828c /arch | |
parent | dee535bc90768a2f386500aea5fc6ed6a2e54de4 (diff) | |
download | u-boot-7092e935696aa5db62af5ffd7bc7db06d0730db8.zip u-boot-7092e935696aa5db62af5ffd7bc7db06d0730db8.tar.gz u-boot-7092e935696aa5db62af5ffd7bc7db06d0730db8.tar.bz2 |
imx6: tbs2910: fix dtb build error
Fix broken build:
Device Tree Source is not correctly specified.
Please define 'CONFIG_DEFAULT_DEVICE_TREE'
or build with 'DEVICE_TREE=<device_tree>' argument
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 5a8d855..0fb6419 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -503,6 +503,9 @@ dtb-$(CONFIG_MX6Q) += \ imx6q-display5.dtb \ imx6q-logicpd.dtb +dtb-$(CONFIG_TARGET_TBS2910) += \ + imx6q-tbs2910.dtb + dtb-$(CONFIG_MX6QDL) += \ imx6dl-icore.dtb \ imx6dl-icore-mipi.dtb \ |