diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-07-11 12:25:22 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-07-11 15:26:43 +0800 |
commit | ce9b9febe1cf3e01a7dcb0d3772734addb96606c (patch) | |
tree | 4f004c711f065399b52267858370d17b8aead6e0 /arch/arm/mach-mxs | |
parent | 1ad0ceacb4cdb2d5eac320bea166ff728fadadeb (diff) | |
download | op-kernel-dev-ce9b9febe1cf3e01a7dcb0d3772734addb96606c.zip op-kernel-dev-ce9b9febe1cf3e01a7dcb0d3772734addb96606c.tar.gz |
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.boot | 12 |
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 \ |