summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2013-11-18 12:06:33 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-11-20 07:19:16 +0100
commit9f888766d565092368216f654f14e0e0c6c047f0 (patch)
treef78bd78e6225be1164da13d85cedbf6d9002eabc /images
parent1c8608cf58c9c8f15edd6ab531bb021ad12a7d23 (diff)
downloadbarebox-9f888766d565092368216f654f14e0e0c6c047f0.tar.gz
barebox-9f888766d565092368216f654f14e0e0c6c047f0.tar.xz
ARM i.MX6: sabrelite: switch to multi image support
The image will be named after the official name of this board: barebox-freescale-mx6-sabreline.img Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> 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 794e3a3e09..89d0b3d526 100644
--- a/images/Makefile.imx
+++ b/images/Makefile.imx
@@ -66,3 +66,8 @@ pblx-$(CONFIG_MACH_DFI_FS700_M60) += start_imx6q_dfi_fs700_m60_6q
CFG_start_imx6q_dfi_fs700_m60_6q.pblx.imximg = $(board)/dfi-fs700-m60/flash-header-fs700-m60-6q.imxcfg
FILE_barebox-dfi-fs700-m60-6q.img = start_imx6q_dfi_fs700_m60_6q.pblx.imximg
image-$(CONFIG_MACH_DFI_FS700_M60) += barebox-dfi-fs700-m60-6q.img
+
+pblx-$(CONFIG_MACH_SABRELITE) += start_imx6_sabrelite
+CFG_start_imx6_sabrelite.pblx.imximg = $(board)/freescale-mx6-sabrelite/flash-header-mx6-sabrelite.imxcfg
+FILE_barebox-freescale-imx6q-sabrelite.img = start_imx6_sabrelite.pblx.imximg
+image-$(CONFIG_MACH_SABRELITE) += barebox-freescale-imx6q-sabrelite.img