summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-06-23 13:10:02 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-07-02 08:24:07 +0200
commitcd977b93641a2e00f5c70b340058f141146eea8f (patch)
treee301159695d6e595360019d4383a56c9f4affa2f /images
parent09bc89f539d4d8f099ef8e362da30a7c0e944f5f (diff)
downloadbarebox-cd977b93641a2e00f5c70b340058f141146eea8f.tar.gz
barebox-cd977b93641a2e00f5c70b340058f141146eea8f.tar.xz
ARM: i.MX53 loco: Switch to multi image support
This converts the Freescale i.MX53 loco aka qsb board to multi image. The image will be named: barebox-freescale-imx53-loco.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 63347297eb..3a5b5f1d84 100644
--- a/images/Makefile.imx
+++ b/images/Makefile.imx
@@ -13,3 +13,10 @@ board = $(srctree)/arch/$(ARCH)/boards
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.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
+imximage-$(CONFIG_MACH_FREESCALE_MX53_LOCO) += start_imx53_loco.pblx.imximg
+FILE_barebox-freescale-imx53-loco.img = start_imx53_loco.pblx.imximg
+image-$(CONFIG_MACH_FREESCALE_MX53_LOCO) += barebox-freescale-imx53-loco.img