From: Stefan Roese Date: Fri, 29 Aug 2008 10:06:27 +0000 (+0200) Subject: ppc4xx: Increase image size for NAND boot target X-Git-Tag: v2008.10-rc1~66^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3d4a746e2fb4545f07d871049805fb34ae97cc94;p=u-boot ppc4xx: Increase image size for NAND boot target 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 --- diff --git a/include/configs/sequoia.h b/include/configs/sequoia.h index 18675c2d53..74f6e3a89b 100644 --- a/include/configs/sequoia.h +++ b/include/configs/sequoia.h @@ -179,7 +179,7 @@ * 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!)