Commit cc7b8b9abb1de3b9957203afbeb9504a40fd2ca4

Authored by Alison Wang
Committed by York Sun
1 parent 40b8a3db83

armv7: ls102xa: Increase the supported kernel size

Increase the kernel size supported for LS1021A platform. Define
CONFIG_SYS_BOOTM_LEN to 64M.

Signed-off-by: Alison Wang <alison.wang@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>

Showing 2 changed files with 2 additions and 0 deletions Side-by-side Diff

include/configs/ls1021aqds.h
... ... @@ -665,6 +665,7 @@
665 665 #endif
666 666  
667 667 #include <asm/fsl_secure_boot.h>
  668 +#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */
668 669  
669 670 #endif
include/configs/ls1021atwr.h
... ... @@ -523,6 +523,7 @@
523 523 #endif
524 524  
525 525 #include <asm/fsl_secure_boot.h>
  526 +#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */
526 527  
527 528 #endif