Skip to content

Commit

Permalink
ARM: mxs: rename dts files with soc name being the prefix
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shawn Guo committed Jul 11, 2012
1 parent 1ad0cea commit ce9b9fe
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions arch/arm/mach-mxs/Makefile.boot
Original file line number Diff line number Diff line change
@@ -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 \

0 comments on commit ce9b9fe

Please sign in to comment.