projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd852aa
)
ARM: mxs: add dtb-y target into Makefile.boot
author
Shawn Guo
<shawn.guo@linaro.org>
Mon, 9 Jul 2012 05:45:01 +0000
(13:45 +0800)
committer
Shawn Guo
<shawn.guo@linaro.org>
Wed, 11 Jul 2012 03:50:13 +0000
(11:50 +0800)
Add dtb-y target into Makefile.boot, so that "make ARCH=arm dtbs" can
build out all the dtbs listed there. It's very useful for build-testing
all the <board>.dts when imx28.dtsi changes.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-mxs/Makefile.boot
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mxs/Makefile.boot
b/arch/arm/mach-mxs/Makefile.boot
index 07b11fe6453f525bc43fc15cf32694388188f0c7..58733cc0726b1edb9ed4c53d2810a52805f8215b 100644
(file)
--- a/
arch/arm/mach-mxs/Makefile.boot
+++ b/
arch/arm/mach-mxs/Makefile.boot
@@
-1
+1,10
@@
zreladdr-y += 0x40008000
+
+dtb-y += apx4devkit.dtb \
+ cfa10036.dtb \
+ imx23-evk.dtb \
+ imx23-olinuxino.dtb \
+ imx28-evk.dtb \
+ m28evk.dtb \
+ stmp378x_devb.dtb \
+ tx28.dtb \