aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu J. Poirier <mathieu.poirier@linaro.org>2012-09-24 11:17:07 -0600
committerMathieu J. Poirier <mathieu.poirier@linaro.org>2012-09-24 11:17:07 -0600
commit11daf721f70ba1aa1a1e7fe9ccd1b5cac016a646 (patch)
tree3c9de9955df4d78b9ffbe4625ff4b72490b603b5
parent907b8a91d8b7403e27cb6605e0095f5edeca1866 (diff)
snowball: Setting address for FDT and initrd correctly.
Default FDT and uinitrd are too high and need to be pushed down in order to avoid a conflict with vmalloc. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
-rw-r--r--include/configs/snowball.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/snowball.h b/include/configs/snowball.h
index c5321dc5a..48dc3ae78 100644
--- a/include/configs/snowball.h
+++ b/include/configs/snowball.h
@@ -176,10 +176,11 @@
"mmcboot=echo Booting from external MMC ...; " \
"run commonargs mmcargs memargs; " \
"bootm ${loadaddr}\0" \
- "fdt_high=0x2BC00000\0" \
"stdout=serial,usbtty\0" \
"stdin=serial,usbtty\0" \
- "stderr=serial,usbtty\0"
+ "stderr=serial,usbtty\0" \
+ "initrd_high=0x06000000\0" \
+ "fdt_high=0x05000000\0"
/*-----------------------------------------------------------------------
* Miscellaneous configurable options