scripts: fix no newline at end of file
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 3 Jul 2014 06:58:17 +0000 (14:58 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Jul 2014 12:57:12 +0000 (13:57 +0100)
Add a '\n' to the last line of the file to fix:

No newline at end of file

(From meta-yocto rev: 58cc5c502bd0309feed65ab7836ed8fbaab6ced9)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf

index 2e70426..9ea4119 100644 (file)
@@ -35,4 +35,4 @@ USE_VT ?= "0"
 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
 
 IMAGE_FSTYPES ?= "jffs2 tar.bz2"
-JFFS2_ERASEBLOCK = "0x10000"
\ No newline at end of file
+JFFS2_ERASEBLOCK = "0x10000"