summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-09-17 23:17:30 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-10-02 08:42:20 +0200
commit6bc436b358b8935112905e3511df5ec79795b5aa (patch)
tree17680fbe6221a2ed3d3a4c95ee943837f3598a72 /images
parent30fe1717564bb9405728730b99ba8219f6932112 (diff)
downloadbarebox-6bc436b358b8935112905e3511df5ec79795b5aa.tar.gz
barebox-6bc436b358b8935112905e3511df5ec79795b5aa.tar.xz
ARM: mxs: chumby: Switch to multi image support
Build the Chumby as multi image. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.mxs4
1 files changed, 4 insertions, 0 deletions
diff --git a/images/Makefile.mxs b/images/Makefile.mxs
index 4c69c347fb..ceb7b376a5 100644
--- a/images/Makefile.mxs
+++ b/images/Makefile.mxs
@@ -72,3 +72,7 @@ image-$(CONFIG_MACH_CFA10036) += barebox-crystalfonts-cfa10036-2nd.img
pblb-$(CONFIG_MACH_MX23EVK) += start_imx23_evk
FILE_barebox-freescale-mx23-evk-2nd.img = start_imx23_evk.pblb
image-$(CONFIG_MACH_MX23EVK) += barebox-freescale-mx23-evk-2nd.img
+
+pblb-$(CONFIG_MACH_CHUMBY) += start_chumby_falconwing
+FILE_barebox-chumby-falconwing-2nd.img = start_chumby_falconwing.pblb
+image-$(CONFIG_MACH_CHUMBY) += barebox-chumby-falconwing-2nd.img