projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7092e93
)
imx6: dts: add wandboard dtb target to fix build error
author
Anatolij Gustschin
<agust@denx.de>
Mon, 1 Apr 2019 12:32:07 +0000
(14:32 +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
0fb6419
..
0aee8df
100644
(file)
--- a/
arch/arm/dts/Makefile
+++ b/
arch/arm/dts/Makefile
@@
-522,6
+522,9
@@
dtb-$(CONFIG_MX6QDL) += \
imx6qp-sabreauto.dtb \
imx6qp-sabresd.dtb
+dtb-$(CONFIG_TARGET_WANDBOARD) += \
+ imx6dl-wandboard-revb1.dtb
+
dtb-$(CONFIG_MX6SL) += imx6sl-evk.dtb
dtb-$(CONFIG_MX6SLL) += imx6sll-evk.dtb