diff mbox

[U-Boot,2/3] udoo_neo: Remove trailing semicolon and space

Message ID 1484073160-1589-2-git-send-email-breno.lima@nxp.com
State Accepted
Commit d8e13887f6f4fcde11f1333fdce37f8af88393df
Delegated to: Stefano Babic
Headers show

Commit Message

Breno Matheus Lima Jan. 10, 2017, 6:32 p.m. UTC
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic Jan. 27, 2017, 9:44 a.m. UTC | #1
On 10/01/2017 19:32, Breno Lima wrote:
> 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 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h
> index f1e1c93..a7d1eac 100644
> --- a/include/configs/udoo_neo.h
> +++ b/include/configs/udoo_neo.h
> @@ -50,7 +50,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" \
> 

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h
index f1e1c93..a7d1eac 100644
--- a/include/configs/udoo_neo.h
+++ b/include/configs/udoo_neo.h
@@ -50,7 +50,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" \