aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-07-03 14:58:17 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-03 13:57:12 +0100
commit1adedecc0d0e61131fe0da9eecdb56d5a6d7e464 (patch)
tree48157e5dd25f6e33a3fa6436c4998c502ac1f46b /scripts
parentc8391d0a7a6efc31f60eed747dc6ce2ac2275ec1 (diff)
downloadopenembedded-core-contrib-1adedecc0d0e61131fe0da9eecdb56d5a6d7e464.tar.gz
scripts: fix no newline at end of file
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>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf b/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf
index 2e704263e1..9ea411933c 100644
--- a/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf
+++ b/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf
@@ -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"