aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Makefile.boot
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-01-31 15:33:26 +0800
committerShawn Guo <shawn.guo@linaro.org>2012-02-27 11:33:32 +0800
commit74528609fd2d0e572c4afc5d612f64fa3e438596 (patch)
treedc473bacfea9a87c26dec30213ef60df05be9a78 /arch/arm/mach-imx/Makefile.boot
parentLinux 3.3-rc5 (diff)
downloadlinux-dev-74528609fd2d0e572c4afc5d612f64fa3e438596.tar.xz
linux-dev-74528609fd2d0e572c4afc5d612f64fa3e438596.zip
ARM: imx5: generate dtbs for imx5 boards
It helps to generate device tree blobs for imx5 boards with command 'make ARCH=arm dtbs'. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/Makefile.boot')
-rw-r--r--arch/arm/mach-imx/Makefile.boot3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Makefile.boot b/arch/arm/mach-imx/Makefile.boot
index 6dfdbcc83afd..3851d8a27875 100644
--- a/arch/arm/mach-imx/Makefile.boot
+++ b/arch/arm/mach-imx/Makefile.boot
@@ -38,5 +38,8 @@ zreladdr-$(CONFIG_SOC_IMX6Q) += 0x10008000
params_phys-$(CONFIG_SOC_IMX6Q) := 0x10000100
initrd_phys-$(CONFIG_SOC_IMX6Q) := 0x10800000
+dtb-$(CONFIG_MACH_IMX51_DT) += imx51-babbage.dtb
+dtb-$(CONFIG_MACH_IMX53_DT) += imx53-ard.dtb imx53-evk.dtb \
+ imx53-qsb.dtb imx53-smd.dtb
dtb-$(CONFIG_SOC_IMX6Q) += imx6q-arm2.dtb \
imx6q-sabrelite.dtb