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 /nand_spl/board | |
parent | 5e182dce04d68cc94407a1b1fa09307f2bb96719 (diff) |
ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'nand_spl/board')
-rw-r--r-- | nand_spl/board/amcc/canyonlands/config.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nand_spl/board/amcc/canyonlands/config.mk b/nand_spl/board/amcc/canyonlands/config.mk index 6dad876ae58..c8d7c235267 100644 --- a/nand_spl/board/amcc/canyonlands/config.mk +++ b/nand_spl/board/amcc/canyonlands/config.mk @@ -34,9 +34,9 @@ # TEXT_BASE = 0xE3003000 -# PAD_TO used to generate a 16kByte binary needed for the combined image -# -> PAD_TO = TEXT_BASE + 0x4000 -PAD_TO = 0xE3007000 +# PAD_TO used to generate a 128kByte binary needed for the combined image +# -> PAD_TO = TEXT_BASE + 0x20000 +PAD_TO = 0xE3023000 PLATFORM_CPPFLAGS += -DCONFIG_440=1 |