diff options
author | Stefan Roese <sr@denx.de> | 2008-04-08 10:33:29 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-04-18 16:30:49 +0200 |
commit | 499e7831e1baaac6bfb959213f1950c216fbc5ba (patch) | |
tree | 4466db197406c088d09b51996913276dc9c7a100 /board/amcc/canyonlands/u-boot-nand.lds | |
parent | 5e182dce04d68cc94407a1b1fa09307f2bb96719 (diff) | |
download | u-boot-imx-499e7831e1baaac6bfb959213f1950c216fbc5ba.zip u-boot-imx-499e7831e1baaac6bfb959213f1950c216fbc5ba.tar.gz u-boot-imx-499e7831e1baaac6bfb959213f1950c216fbc5ba.tar.bz2 |
ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/amcc/canyonlands/u-boot-nand.lds')
-rw-r--r-- | board/amcc/canyonlands/u-boot-nand.lds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/amcc/canyonlands/u-boot-nand.lds b/board/amcc/canyonlands/u-boot-nand.lds index f0837d4..332e3aa 100644 --- a/board/amcc/canyonlands/u-boot-nand.lds +++ b/board/amcc/canyonlands/u-boot-nand.lds @@ -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) |