summaryrefslogtreecommitdiff
path: root/include/configs/udoo_neo.h
diff options
context:
space:
mode:
authorBreno Lima <breno.lima@nxp.com>2017-01-10 18:32:39 (GMT)
committerStefano Babic <sbabic@denx.de>2017-01-27 09:43:43 (GMT)
commitd8e13887f6f4fcde11f1333fdce37f8af88393df (patch)
treec2f26e6d76d15f6fd3d73df32782b7a2c29222d8 /include/configs/udoo_neo.h
parent8df93b1a17ab3b5fc725dca0a233a1d56705dcf0 (diff)
downloadu-boot-d8e13887f6f4fcde11f1333fdce37f8af88393df.tar.xz
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>
Diffstat (limited to 'include/configs/udoo_neo.h')
-rw-r--r--include/configs/udoo_neo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h
index d9e5ded..456a044 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" \