summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-10-17 08:10:23 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-10-17 08:10:23 +0200
commit0ccd23cd6464df9beda649d8bed9785e7cd1aa93 (patch)
tree2690097f65d75857bc81753134be2ea320115f51 /images
parent41be2a023dc9b8e4a790ca129b72cfa9e58be865 (diff)
parent6c4ae8c5d30efd56cacaa8bd2e0dd6623e0b06c1 (diff)
downloadbarebox-0ccd23cd6464df9beda649d8bed9785e7cd1aa93.tar.gz
barebox-0ccd23cd6464df9beda649d8bed9785e7cd1aa93.tar.xz
Merge branch 'for-next/mxs'
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.mxs12
1 files changed, 12 insertions, 0 deletions
diff --git a/images/Makefile.mxs b/images/Makefile.mxs
index f93c3fddd0..ceb7b376a5 100644
--- a/images/Makefile.mxs
+++ b/images/Makefile.mxs
@@ -64,3 +64,15 @@ FILE_barebox-olinuxino-imx23-sd.img = start_barebox_olinuxino_imx23.mxsbs.mxssd
image-$(CONFIG_MACH_IMX233_OLINUXINO) += barebox-olinuxino-imx23-sd.img
FILE_barebox-olinuxino-imx23-2nd.img = start_barebox_olinuxino_imx23.pblb
image-$(CONFIG_MACH_IMX233_OLINUXINO) += barebox-olinuxino-imx23-2nd.img
+
+pblb-$(CONFIG_MACH_CFA10036) += start_cfa10036
+FILE_barebox-crystalfonts-cfa10036-2nd.img = start_cfa10036.pblb
+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