* [Buildroot] [PATCH] board/freescale: Fix wrong config for u-boot.img
@ 2019-07-10 5:17 Joris Offouga
2019-07-10 20:23 ` Arnout Vandecappelle
0 siblings, 1 reply; 2+ messages in thread
From: Joris Offouga @ 2019-07-10 5:17 UTC (permalink / raw)
To: buildroot
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] board/freescale: Fix wrong config for u-boot.img
2019-07-10 5:17 [Buildroot] [PATCH] board/freescale: Fix wrong config for u-boot.img Joris Offouga
@ 2019-07-10 20:23 ` Arnout Vandecappelle
0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2019-07-10 20:23 UTC (permalink / raw)
To: buildroot
On 10/07/2019 07:17, Joris Offouga wrote:
> 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
Gah, I had made exactly this fix before applying to master, I had even updated
the commit message, but somehow the fix got lost...
Thanks for handling it!
Applied to master, thanks.
Regards,
Arnout
> echo "u-boot.img"
> fi
> }
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-07-10 20:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-10 5:17 [Buildroot] [PATCH] board/freescale: Fix wrong config for u-boot.img Joris Offouga
2019-07-10 20:23 ` Arnout Vandecappelle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox