From 11daf721f70ba1aa1a1e7fe9ccd1b5cac016a646 Mon Sep 17 00:00:00 2001 From: "Mathieu J. Poirier" Date: Mon, 24 Sep 2012 11:17:07 -0600 Subject: 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 --- include/configs/snowball.h | 5 +++-- 1 file 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 -- cgit v1.2.3