summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-06-23 12:16:52 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-07-01 10:14:35 +0200
commit08c0e206b3614eeecc1c3cee63665077360212e5 (patch)
tree9ba144459d01493f93d9c351359494117a7ad8d0 /images
parentbade1dbf4644ad67a20f0572ff7d72e16c0a2b09 (diff)
downloadbarebox-08c0e206b3614eeecc1c3cee63665077360212e5.tar.gz
barebox-08c0e206b3614eeecc1c3cee63665077360212e5.tar.xz
ARM: i.MX27 pcm038: switch to multi image
This also converts the Phytec phyCORE i.MX27 aka pcm038 to use image compression. The image will be named barebox-phytec-phycore-imx27.img Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.imx5
1 files changed, 5 insertions, 0 deletions
diff --git a/images/Makefile.imx b/images/Makefile.imx
index cd7b610bb1..63347297eb 100644
--- a/images/Makefile.imx
+++ b/images/Makefile.imx
@@ -8,3 +8,8 @@ $(obj)/%.imximg: $(obj)/% FORCE
$(call if_changed,imx_image)
board = $(srctree)/arch/$(ARCH)/boards
+
+# ----------------------- i.MX27 based 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