-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
Shawn Guo
committed
Jul 11, 2012
1 parent
1ad0cea
commit ce9b9fe
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 \ |