mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] images: i.MX: fix marsboard image file name
@ 2020-02-24  8:12 Ahmad Fatoum
  2020-02-25  8:06 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2020-02-24  8:12 UTC (permalink / raw)
  To: barebox

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>
---
 images/Makefile.imx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/images/Makefile.imx b/images/Makefile.imx
index e17e699bcdf0..59e48bc125fc 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)
 
-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] images: i.MX: fix marsboard image file name
  2020-02-24  8:12 [PATCH] images: i.MX: fix marsboard image file name Ahmad Fatoum
@ 2020-02-25  8:06 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2020-02-25  8:06 UTC (permalink / raw)
  To: Ahmad Fatoum; +Cc: barebox

On Mon, Feb 24, 2020 at 09:12:18AM +0100, Ahmad Fatoum wrote:
> 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>
> ---
>  images/Makefile.imx | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks

Sascha


-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-25  8:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-24  8:12 [PATCH] images: i.MX: fix marsboard image file name Ahmad Fatoum
2020-02-25  8:06 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox