summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mxs
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-07-11 04:25:22 (GMT)
committerShawn Guo <shawn.guo@linaro.org>2012-07-11 07:26:43 (GMT)
commitce9b9febe1cf3e01a7dcb0d3772734addb96606c (patch)
tree4f004c711f065399b52267858370d17b8aead6e0 /arch/arm/mach-mxs
parent1ad0ceacb4cdb2d5eac320bea166ff728fadadeb (diff)
downloadlinux-fsl-qoriq-ce9b9febe1cf3e01a7dcb0d3772734addb96606c.tar.xz
ARM: mxs: rename dts files with soc name being the prefix
Rename mxs dts files with soc name being the prefix, so that the board dts file can be located easily by soc name, and we also gain the consistency of naming. Suggested-by: Marek Vasut <marex@denx.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs')
-rw-r--r--arch/arm/mach-mxs/Makefile.boot12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/mach-mxs/Makefile.boot b/arch/arm/mach-mxs/Makefile.boot
index 58733cc..4582999 100644
--- a/arch/arm/mach-mxs/Makefile.boot
+++ b/arch/arm/mach-mxs/Makefile.boot
@@ -1,10 +1,10 @@
zreladdr-y += 0x40008000
-dtb-y += apx4devkit.dtb \
- cfa10036.dtb \
- imx23-evk.dtb \
+dtb-y += imx23-evk.dtb \
imx23-olinuxino.dtb \
+ imx23-stmp378x_devb.dtb \
+ imx28-apx4devkit.dtb \
+ imx28-cfa10036.dtb \
imx28-evk.dtb \
- m28evk.dtb \
- stmp378x_devb.dtb \
- tx28.dtb \
+ imx28-m28evk.dtb \
+ imx28-tx28.dtb \