]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ppc4xx: Increase image size for NAND boot target
authorStefan Roese <sr@denx.de>
Fri, 29 Aug 2008 10:06:27 +0000 (12:06 +0200)
committerStefan Roese <sr@denx.de>
Sat, 30 Aug 2008 09:24:44 +0000 (11:24 +0200)
This is needed since now with HUSH enabled (amcc-common.h) the image
read from NAND exceeds the previous limit.

Signed-off-by: Stefan Roese <sr@denx.de>
include/configs/sequoia.h

index 18675c2d536f176cc29d3ea43edddd331c3436b2..74f6e3a89bbdce3b0c447a236aad83b052c8bf33 100644 (file)
  * Define the partitioning of the NAND chip (only RAM U-Boot is needed here)
  */
 #define CFG_NAND_U_BOOT_OFFS   (16 << 10)      /* Offset to RAM U-Boot image */
-#define CFG_NAND_U_BOOT_SIZE   (384 << 10)     /* Size of RAM U-Boot image   */
+#define CFG_NAND_U_BOOT_SIZE   (512 << 10)     /* Size of RAM U-Boot image   */
 
 /*
  * Now the NAND chip has to be defined (no autodetection used!)