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>
diff --git a/include/configs/snowball.h b/include/configs/snowball.h
index c5321dc..48dc3ae 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