Skip to content
Snippets Groups Projects
Commit d8e13887 authored by Breno Lima's avatar Breno Lima Committed by Stefano Babic
Browse files

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: default avatarAndreas Färber <afaerber@suse.de>
Signed-off-by: default avatarBreno Lima <breno.lima@nxp.com>
parent 8df93b1a
No related branches found
No related tags found
No related merge requests found
......@@ -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" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment