From: Joris Offouga <offougajoris@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] board/freescale: Fix wrong config for u-boot.img
Date: Wed, 10 Jul 2019 07:17:02 +0200 [thread overview]
Message-ID: <20190710051702.9481-1-offougajoris@gmail.com> (raw)
Signed-off-by: Joris Offouga <offougajoris@gmail.com>
---
board/freescale/common/imx/post-image.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/freescale/common/imx/post-image.sh b/board/freescale/common/imx/post-image.sh
index ab51dc2098..19d8fffb63 100755
--- a/board/freescale/common/imx/post-image.sh
+++ b/board/freescale/common/imx/post-image.sh
@@ -68,7 +68,7 @@ uboot_image()
echo "u-boot.imx"
elif grep -Eq "^BR2_TARGET_UBOOT_FORMAT_DTB_IMG=y$" ${BR2_CONFIG}; then
echo "u-boot-dtb.img"
- elif grep -Eq "^BR2_TARGET_UBOOT_FORMAT_DTB_IMG=y$" ${BR2_CONFIG}; then
+ elif grep -Eq "^BR2_TARGET_UBOOT_FORMAT_IMG=y$" ${BR2_CONFIG}; then
echo "u-boot.img"
fi
}
--
2.17.1
next reply other threads:[~2019-07-10 5:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-10 5:17 Joris Offouga [this message]
2019-07-10 20:23 ` [Buildroot] [PATCH] board/freescale: Fix wrong config for u-boot.img Arnout Vandecappelle
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=20190710051702.9481-1-offougajoris@gmail.com \
--to=offougajoris@gmail.com \
--cc=buildroot@busybox.net \
/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