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>
master
Alison Wang 8 years ago committed by York Sun
parent 40b8a3db83
commit cc7b8b9abb
  1. 1
      include/configs/ls1021aqds.h
  2. 1
      include/configs/ls1021atwr.h

@ -665,5 +665,6 @@ unsigned long get_board_ddr_clk(void);
#endif
#include <asm/fsl_secure_boot.h>
#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */
#endif

@ -523,5 +523,6 @@
#endif
#include <asm/fsl_secure_boot.h>
#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */
#endif

Loading…
Cancel
Save