From 6bc436b358b8935112905e3511df5ec79795b5aa Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 17 Sep 2019 23:17:30 +0200 Subject: ARM: mxs: chumby: Switch to multi image support Build the Chumby as multi image. Signed-off-by: Sascha Hauer --- images/Makefile.mxs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'images') 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 -- cgit v1.2.3