summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Poirier <mpoirier@black.(none)>2011-06-17 14:46:38 -0600
committerMats Bergstrom <mats.m.bergstrom@stericsson.com>2011-10-06 12:46:34 +0200
commitd5be2e09c63977dd4af38c98d9f29c3dffeffa23 (patch)
tree27717d733bc920722a78682b57734bfe3f10dccd
parent6aebeb1cff75044dfa0173a837d3c22317deb588 (diff)
Fixing backslash zero '\0' in 'commonargs' variable.
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
-rw-r--r--include/configs/u8500.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/u8500.h b/include/configs/u8500.h
index 7f726e827..6092638d9 100644
--- a/include/configs/u8500.h
+++ b/include/configs/u8500.h
@@ -162,7 +162,7 @@
"emmcload=fat load mmc 0:2 ${loadaddr} /uImage\0" \
"mmcload=fat load mmc 1:1 ${loadaddr} /uImage\0" \
"commonargs=setenv bootargs console=${console} " \
- "ip=dhcp\0 vmalloc=256M" \
+ "ip=dhcp vmalloc=256M\0" \
"emmcargs=setenv bootargs ${bootargs} " \
"root=/dev/mmcblk0p3 " \
"rootwait\0" \