aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu J. Poirier <mathieu.poirier@linaro.org>2012-05-17 14:18:09 -0600
committerMathieu J. Poirier <mathieu.poirier@linaro.org>2012-05-17 14:22:30 -0600
commitf9e40ea8d741521bd22d8d38dac7565d2264e12a (patch)
tree2912fc891a0ccb09ac492d5850a22898d3378a84
parenteef0f121829ac8c5c1f0edf68afbe49eb98a3b9d (diff)
snowball: adding new line after fdt_high.2012.05.32012.05-3
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
-rw-r--r--include/configs/snowball.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/snowball.h b/include/configs/snowball.h
index 31d0ef46c..ff69947f7 100644
--- a/include/configs/snowball.h
+++ b/include/configs/snowball.h
@@ -186,7 +186,7 @@
"mmcboot=echo Booting from external MMC ...; " \
"run commonargs mmcargs memargs; " \
"bootm ${loadaddr}\0" \
- "fdt_high=0x2BC00000" \
+ "fdt_high=0x2BC00000\0" \
"stdout=serial,usbtty\0" \
"stdin=serial,usbtty\0" \
"stderr=serial,usbtty\0"