mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
1ad0ceacb4
commit
ce9b9febe1
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue