]> git.ipfire.org Git - u-boot.git/commitdiff
udoo_neo: Remove trailing semicolon and space
authorBreno Lima <breno.lima@nxp.com>
Tue, 10 Jan 2017 18:32:39 +0000 (16:32 -0200)
committerStefano Babic <sbabic@denx.de>
Fri, 27 Jan 2017 09:43:43 +0000 (10:43 +0100)
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>
include/configs/udoo_neo.h

index d9e5ded9cd99954483e65881f431cb9538482cf1..456a0444b7b988cc853cf58a85718bdadd4abeec 100644 (file)
@@ -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" \