diff options
author | Wolfgang Denk <wd@denx.de> | 2008-04-22 17:21:24 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-04-22 17:21:24 +0200 |
commit | 58c5376ba67767ee684069d43e7f747a5d9ae8ed (patch) | |
tree | dfd19b2fb608c8ba238da53f3302c30d94a1e0ba /board/amcc/canyonlands/u-boot-nand.lds | |
parent | dc7746d86d2a3dfe01ab9a70cb427f92adc303c7 (diff) | |
parent | 5d40d4430d9ebc8434c6f0798594836e1efa7a1e (diff) | |
download | u-boot-imx-58c5376ba67767ee684069d43e7f747a5d9ae8ed.zip u-boot-imx-58c5376ba67767ee684069d43e7f747a5d9ae8ed.tar.gz u-boot-imx-58c5376ba67767ee684069d43e7f747a5d9ae8ed.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
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) |