summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Poirier <mpoirier@black.(none)>2011-06-17 14:46:38 -0600
committerMathieu Poirier <mpoirier@black.(none)>2011-06-17 14:50:43 -0600
commit0eb625e4f87a10e8850526a587287fc31b269110 (patch)
tree9239383fd3754298d39793bc52837cab3c067a21
parentb4865df4159c480104305634ac87bebdbfc34769 (diff)
Fixing backslash zero '\0' in 'commonargs' variable.2011.08.252011.08.23
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" \