From 499e7831e1baaac6bfb959213f1950c216fbc5ba Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Tue, 8 Apr 2008 10:33:29 +0200 Subject: ppc4xx: Change Canyonlands to support booting from 2k page NAND devices Signed-off-by: Stefan Roese --- nand_spl/board/amcc/canyonlands/config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nand_spl') diff --git a/nand_spl/board/amcc/canyonlands/config.mk b/nand_spl/board/amcc/canyonlands/config.mk index 6dad876ae..c8d7c2352 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 -- cgit v1.2.3