Merge with git://www.denx.de/git/u-boot.git
[oweals/u-boot.git] / board / amcc / sequoia / u-boot-nand.lds
index c3d3d968fed5d57ecf5ea1ba818c5d3f7716a6e3..cf2e2b5581230fc2bbe4ae8bf0ef4a183503d712 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * (C) Copyright 2002
+ * (C) Copyright 2006
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  *
  * See file CREDITS for list of people who contributed to this
@@ -56,6 +56,12 @@ SECTIONS
 
     cpu/ppc4xx/start.o (.text)
 
+    /* Align to next NAND block */
+    . = ALIGN(0x4000);
+    common/environment.o  (.ppcenv)
+    /* Keep some space here for redundant env and potential bad env blocks */
+    . = ALIGN(0x10000);
+
     *(.text)
     *(.fixup)
     *(.got1)