Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [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

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