projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dee535b
)
imx6: tbs2910: fix dtb build error
author
Anatolij Gustschin
<agust@denx.de>
Mon, 1 Apr 2019 12:45:45 +0000
(14:45 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Sat, 13 Apr 2019 18:30:10 +0000
(20:30 +0200)
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>
arch/arm/dts/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/dts/Makefile
b/arch/arm/dts/Makefile
index 5a8d855ecdeea512335323cc4feb00338f7060b1..0fb64192dfa5e31922fbb633ad9a53741e6da099 100644
(file)
--- 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 \