mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-04 01:53:27 +08:00
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>
This commit is contained in:
parent
52aef8f9ba
commit
3d4a746e2f
@ -179,7 +179,7 @@
|
|||||||
* Define the partitioning of the NAND chip (only RAM U-Boot is needed here)
|
* 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_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!)
|
* Now the NAND chip has to be defined (no autodetection used!)
|
||||||
|
Loading…
Reference in New Issue
Block a user