From: Breno Lima <breno.lima@nxp.com>
Date: Tue, 10 Jan 2017 18:32:39 +0000 (-0200)
Subject: udoo_neo: Remove trailing semicolon and space
X-Git-Tag: v2025.01-rc5-pxa1908~7591^2~8
X-Git-Url: http://git.dujemihanovic.xyz/html/%7B%7B%20%24image.RelPermalink%20%7D%7D?a=commitdiff_plain;h=d8e13887f6f4fcde11f1333fdce37f8af88393df;p=u-boot.git

udoo_neo: Remove trailing semicolon and space

Remove the trailing semicolon and space.
It's not necessary to have it on the last condition.

Suggested-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Breno Lima <breno.lima@nxp.com>
---

diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h
index d9e5ded9cd..456a0444b7 100644
--- a/include/configs/udoo_neo.h
+++ b/include/configs/udoo_neo.h
@@ -48,7 +48,7 @@
 		"if test $board_name = EXTENDED; then " \
 			"setenv fdtfile imx6sx-udoo-neo-extended.dtb; fi; " \
 		"if test $fdtfile = UNDEFINED; then " \
-			"echo WARNING: Could not determine dtb to use; fi; \0" \
+			"echo WARNING: Could not determine dtb to use; fi\0" \
 	"kernel_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \
 	"pxefile_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \
 	"ramdisk_addr_r=0x83000000\0" \