summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-06-23 13:44:37 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-07-02 08:24:07 +0200
commit9172539a60a645f05a0d7199f9a5c61def4b5ba1 (patch)
treefc557d8416146bb635cb81f81df9fcf1b635a6d4 /images
parentcd977b93641a2e00f5c70b340058f141146eea8f (diff)
downloadbarebox-9172539a60a645f05a0d7199f9a5c61def4b5ba1.tar.gz
barebox-9172539a60a645f05a0d7199f9a5c61def4b5ba1.tar.xz
ARM: dmo realq7: switch to multi image support
The image will be named after the official name of this board: barebox-datamodul-edm-qmx6.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 3a5b5f1d84..11c4160953 100644
--- a/images/Makefile.imx
+++ b/images/Makefile.imx
@@ -20,3 +20,10 @@ CFG_start_imx53_loco.pblx.imximg = $(board)/freescale-mx53-loco/flash-header.imx
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
+
+# ----------------------- i.MX6 based boards ---------------------------
+pblx-$(CONFIG_MACH_REALQ7) += start_imx6_realq7
+CFG_start_imx6_realq7.pblx.imximg = $(board)/dmo-mx6-realq7/flash-header.imxcfg
+imximage-$(CONFIG_MACH_REALQ7) += start_imx6_realq7.pblx.imximg
+FILE_barebox-datamodul-edm-qmx6.img = start_imx6_realq7.pblx.imximg
+image-$(CONFIG_MACH_REALQ7) += barebox-datamodul-edm-qmx6.img