configs: sama7g5ek: increase bootm len
authorEugen Hristev <eugen.hristev@microchip.com>
Thu, 29 Apr 2021 11:58:21 +0000 (14:58 +0300)
committerEugen Hristev <eugen.hristev@microchip.com>
Fri, 21 May 2021 15:20:31 +0000 (18:20 +0300)
Increase the BOOTM_LEN to 32M . This would allow a bigger kernel image to be
booted, for example the multi_v7_defconfig.

   Loading Kernel Image
Image too large: increase CONFIG_SYS_BOOTM_LEN
Must RESET board to recover
resetting ...

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
include/configs/sama7g5ek.h

index ef3bfa3..96db82e 100644 (file)
@@ -11,7 +11,7 @@
 
 #define CONFIG_SYS_AT91_SLOW_CLOCK      32768
 #define CONFIG_SYS_AT91_MAIN_CLOCK      24000000 /* from 24 MHz crystal */
-
+#define CONFIG_SYS_BOOTM_LEN           SZ_32M
 /* SDRAM */
 #define CONFIG_SYS_SDRAM_BASE          0x60000000
 #define CONFIG_SYS_SDRAM_SIZE          0x20000000