]> git.sur5r.net Git - u-boot/blobdiff - nand_spl/board/amcc/canyonlands/config.mk
ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
[u-boot] / nand_spl / board / amcc / canyonlands / config.mk
index 6dad876ae589d10a20484aa7b931397fdb0e808f..c8d7c235267bbd8cb547b7328e47dfcd5c23dab5 100644 (file)
@@ -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