diff options
author | Stefan Roese <sr@denx.de> | 2008-08-29 12:06:27 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-08-30 11:24:44 +0200 |
commit | 3d4a746e2fb4545f07d871049805fb34ae97cc94 (patch) | |
tree | 5fdb6835efda394a5991be868989fc9d48ea96de /include/configs | |
parent | 52aef8f9ba28b747973bf76741c23db658d5773c (diff) | |
download | u-boot-imx-3d4a746e2fb4545f07d871049805fb34ae97cc94.zip u-boot-imx-3d4a746e2fb4545f07d871049805fb34ae97cc94.tar.gz u-boot-imx-3d4a746e2fb4545f07d871049805fb34ae97cc94.tar.bz2 |
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 <sr@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/sequoia.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sequoia.h b/include/configs/sequoia.h index 18675c2..74f6e3a 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!) |