From 0f180e814341faa27a6887aa364a10858ebb9b56 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Thu, 12 Sep 2019 08:54:11 +0200 Subject: ARM: imx6: add Embest MarSBoard support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This board is produced by Embest/Element 14 and is based on i.MX6 Dual. For more informations on this board : http://www.embest-tech.com/shop/star/marsboard.html Signed-off-by: Eric BĂ©nard Signed-off-by: Ahmad Fatoum Tested-by: Stefan Lengfeld Signed-off-by: Sascha Hauer --- images/Makefile.imx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'images') diff --git a/images/Makefile.imx b/images/Makefile.imx index 84c4071b6c..a8f8a9b7d6 100644 --- a/images/Makefile.imx +++ b/images/Makefile.imx @@ -406,6 +406,11 @@ CFG_start_imx6q_embedsky_e9.pblb.imximg = $(board)/embedsky-e9/flash-header-e9.i FILE_barebox-embedsky-imx6q-e9.img = start_imx6q_embedsky_e9.pblb.imximg image-$(CONFIG_MACH_EMBEDSKY_E9) += barebox-embedsky-imx6q-e9.img +pblb-$(CONFIG_MACH_EMBEST_MARSBOARD) += start_imx6q_marsboard +CFG_start_imx6q_marsboard.pblb.imximg = $(board)/embest-marsboard/flash-header-embest-marsboard.imxcfg +FILE_barebox-embest-imx6q-marsboard.img = start_imx6q_marsboard.pblb.imximg +image-$(CONFIG_MACH_EMBEST_MARSBOARD) += barebox-embest-imx6q-marsboard.img + pblb-$(CONFIG_MACH_EMBEST_RIOTBOARD) += start_imx6s_riotboard CFG_start_imx6s_riotboard.pblb.imximg = $(board)/embest-riotboard/flash-header-embest-riotboard.imxcfg FILE_barebox-embest-imx6s-riotboard.img = start_imx6s_riotboard.pblb.imximg -- cgit v1.2.3