diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/udoo_neo.h | 2 |
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" \ |