summaryrefslogtreecommitdiffstats
path: root/board/amcc/sequoia/u-boot-nand.lds
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-09-13 10:25:40 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-09-13 10:25:40 +0200
commit5d5269f87fc00a3fe1960cacd92e3d04864dff7d (patch)
tree208a387f1e0f0399696132e556e58b36e6072efd /board/amcc/sequoia/u-boot-nand.lds
parenta87d46f7327eedead89284a0d0c5e5a769b984b9 (diff)
parentd12ae80889568365ecb9e6698322f9771ae76dde (diff)
downloadblackbird-obmc-uboot-5d5269f87fc00a3fe1960cacd92e3d04864dff7d.tar.gz
blackbird-obmc-uboot-5d5269f87fc00a3fe1960cacd92e3d04864dff7d.zip
Merge with /home/sr/git/u-boot/denx
Diffstat (limited to 'board/amcc/sequoia/u-boot-nand.lds')
-rw-r--r--board/amcc/sequoia/u-boot-nand.lds8
1 files changed, 7 insertions, 1 deletions
diff --git a/board/amcc/sequoia/u-boot-nand.lds b/board/amcc/sequoia/u-boot-nand.lds
index c3d3d968fe..cf2e2b5581 100644
--- a/board/amcc/sequoia/u-boot-nand.lds
+++ b/board/amcc/sequoia/u-boot-nand.lds
@@ -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)
OpenPOWER on IntegriCloud