summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2020-02-24 09:12:18 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-02-25 09:05:50 +0100
commit02c7d7ac224225e709f709fc42af19552d8665cd (patch)
tree0105ac2c62059bd42b08abf6bd1d4484fbb9d83a /images
parent0826023d93fb867b36123ecfdd6a5c56153208bf (diff)
downloadbarebox-02c7d7ac224225e709f709fc42af19552d8665cd.tar.gz
barebox-02c7d7ac224225e709f709fc42af19552d8665cd.tar.xz
images: i.MX: fix marsboard image file name
With 778bd9320b ("Makefile.imx: change image creation to build_imx_habv4img for i.MX6") the barebox image file name for the board became barebox-barebox-embest-imx6q-marsboard.img. Drop the extra barebox-. Fixes: 778bd9320b ("Makefile.imx: change image creation to build_imx_habv4img for i.MX6") Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.imx2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/Makefile.imx b/images/Makefile.imx
index e17e699bcd..59e48bc125 100644
--- a/images/Makefile.imx
+++ b/images/Makefile.imx
@@ -269,7 +269,7 @@ $(call build_imx_habv4img, CONFIG_MACH_VARISCITE_MX6, start_variscite_custom, va
$(call build_imx_habv4img, CONFIG_MACH_EMBEDSKY_E9, start_imx6q_embedsky_e9, embedsky-e9/flash-header-e9, embedsky-imx6q-e9)
-$(call build_imx_habv4img, CONFIG_MACH_EMBEST_MARSBOARD, start_imx6q_marsboard, embest-marsboard/flash-header-embest-marsboard, barebox-embest-imx6q-marsboard)
+$(call build_imx_habv4img, CONFIG_MACH_EMBEST_MARSBOARD, start_imx6q_marsboard, embest-marsboard/flash-header-embest-marsboard, embest-imx6q-marsboard)
$(call build_imx_habv4img, CONFIG_MACH_EMBEST_RIOTBOARD, start_imx6s_riotboard, embest-riotboard/flash-header-embest-riotboard, embest-imx6s-riotboard)