From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Cc: mgr@pengutronix.de
Subject: [PATCH] ARM: i.MX53 TX53: remove duplicate _imx53
Date: Wed, 11 Apr 2018 11:09:50 +0200 [thread overview]
Message-ID: <20180411090950.17924-1-s.hauer@pengutronix.de> (raw)
The pblx-y variables for the TX53 have _imx53 twice in their names. With
this the names do not match the names in the FILE_* variables. This
results in the make system removing the pblx files as intermediate
files. Fix the names.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
images/Makefile.imx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/images/Makefile.imx b/images/Makefile.imx
index ac46d51c59..90da95d4d0 100644
--- a/images/Makefile.imx
+++ b/images/Makefile.imx
@@ -139,17 +139,17 @@ CFG_start_imx53_mba53_1gib.pblx.imximg = $(board)/tqma53/flash-header-tq-tqma53-
FILE_barebox-tq-mba53-1gib.img = start_imx53_mba53_1gib.pblx.imximg
image-$(CONFIG_MACH_TQMA53) += barebox-tq-mba53-1gib.img
-pblx-$(CONFIG_MACH_TX53) += start_imx53_imx53_tx53_xx30_samsung
+pblx-$(CONFIG_MACH_TX53) += start_imx53_tx53_xx30_samsung
CFG_start_imx53_tx53_xx30_samsung.pblx.imximg = $(board)/karo-tx53/flash-header-tx53-revxx30-samsung.imxcfg
FILE_barebox-tx53-xx30-samsung.img = start_imx53_tx53_xx30_samsung.pblx.imximg
image-$(CONFIG_MACH_TX53) += barebox-tx53-xx30-samsung.img
-pblx-$(CONFIG_MACH_TX53) += start_imx53_imx53_tx53_xx30
+pblx-$(CONFIG_MACH_TX53) += start_imx53_tx53_xx30
CFG_start_imx53_tx53_xx30.pblx.imximg = $(board)/karo-tx53/flash-header-tx53-revxx30.imxcfg
FILE_barebox-tx53-xx30.img = start_imx53_tx53_xx30.pblx.imximg
image-$(CONFIG_MACH_TX53) += barebox-tx53-xx30.img
-pblx-$(CONFIG_MACH_TX53) += start_imx53_imx53_tx53_1011
+pblx-$(CONFIG_MACH_TX53) += start_imx53_tx53_1011
CFG_start_imx53_tx53_1011.pblx.imximg = $(board)/karo-tx53/flash-header-tx53-rev1011.imxcfg
FILE_barebox-tx53-1011.img = start_imx53_tx53_1011.pblx.imximg
image-$(CONFIG_MACH_TX53) += barebox-tx53-1011.img
--
2.16.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
reply other threads:[~2018-04-11 9:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180411090950.17924-1-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=mgr@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox