summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-06-23 13:49:48 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-07-02 08:24:07 +0200
commitfd2e121b5b910cc5197464121146e52ddcd0b1cb (patch)
tree03099216ba13f09123551096a5bf7dd498e31bf4 /images
parent9172539a60a645f05a0d7199f9a5c61def4b5ba1 (diff)
downloadbarebox-fd2e121b5b910cc5197464121146e52ddcd0b1cb.tar.gz
barebox-fd2e121b5b910cc5197464121146e52ddcd0b1cb.tar.xz
ARM: i.MX51 babbage: switch to multi image support
The image will be named: barebox-freescale-imx51-babbage.img Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.imx7
1 files changed, 7 insertions, 0 deletions
diff --git a/images/Makefile.imx b/images/Makefile.imx
index 11c4160953..72e8cde1d1 100644
--- a/images/Makefile.imx
+++ b/images/Makefile.imx
@@ -14,6 +14,13 @@ pblx-$(CONFIG_MACH_PCM038) += start_imx27_pcm038
FILE_barebox-phytec-phycore-imx27.img = start_imx27_pcm038.pblx
image-$(CONFIG_MACH_PCM038) += barebox-phytec-phycore-imx27.img
+# ----------------------- i.MX51 based boards ---------------------------
+pblx-$(CONFIG_MACH_FREESCALE_MX51_PDK) += start_imx51_babbage
+CFG_start_imx51_babbage.pblx.imximg = $(board)/freescale-mx51-pdk/flash-header.imxcfg
+imximage-$(CONFIG_MACH_FREESCALE_MX51_PDK) += start_imx51_babbage.pblx.imximg
+FILE_barebox-freescale-imx51-babbage.img = start_imx51_babbage.pblx.imximg
+image-$(CONFIG_MACH_FREESCALE_MX51_PDK) += barebox-freescale-imx51-babbage.img
+
# ----------------------- i.MX53 based boards ---------------------------
pblx-$(CONFIG_MACH_FREESCALE_MX53_LOCO) += start_imx53_loco
CFG_start_imx53_loco.pblx.imximg = $(board)/freescale-mx53-loco/flash-header.imxcfg