ppc4xx: acadia: Add fdt support and fix section overlap problem
[oweals/u-boot.git] / board / amcc / canyonlands / u-boot-nand.lds
index f0837d415f74966f9109094cd5ba335f7b48f681..332e3aaf2a74ff18500416d900e7c68f7c4a429b 100644 (file)
@@ -56,10 +56,10 @@ SECTIONS
     cpu/ppc4xx/start.o (.text)
 
     /* Align to next NAND block */
-    . = ALIGN(0x4000);
+    . = ALIGN(0x20000);
     common/environment.o  (.ppcenv)
     /* Keep some space here for redundant env and potential bad env blocks */
-    . = ALIGN(0x10000);
+    . = ALIGN(0x80000);
 
     *(.text)
     *(.fixup)