arm: mvebu: crs305-1g-4s: Enable CMD_BOOTZ and increase SYS_BOOTM_LEN
authorLuka Kovacic <me@lukakovacic.xyz>
Tue, 25 Jun 2019 11:57:53 +0000 (13:57 +0200)
committerStefan Roese <sr@denx.de>
Thu, 11 Jul 2019 08:58:02 +0000 (10:58 +0200)
This change enables CMD_BOOTZ and increases SYS_BOOTM_LEN to
make it easier to work with kernel images.

Signed-off-by: Luka Kovacic <me@lukakovacic.xyz>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
configs/crs305-1g-4s_defconfig
include/configs/crs305-1g-4s.h

index 26e1c91f29ce3fec2931e6ace493a96c93375d9e..df77cb89ca7f50bb204bc83c7246c741a465b133 100644 (file)
@@ -7,6 +7,7 @@ CONFIG_BUILD_TARGET="u-boot.kwb"
 CONFIG_SYS_CONSOLE_INFO_QUIET=y
 CONFIG_CMD_MEMTEST=y
 CONFIG_SYS_ALT_MEMTEST=y
+CONFIG_CMD_BOOTZ=y
 # CONFIG_CMD_FLASH is not set
 CONFIG_CMD_I2C=y
 CONFIG_CMD_SF=y
index c73cb99b1b643942df306a721e68b4c19dd86433..a2df69adc77955dd9fab7d9bbd5f46402375449e 100644 (file)
@@ -10,6 +10,7 @@
  * High Level Configuration Options (easy to change)
  */
 
+#define CONFIG_SYS_BOOTM_LEN   (64 * 1024 * 1024) /* 64 MB */
 #define CONFIG_SYS_KWD_CONFIG  $(CONFIG_BOARDDIR)/kwbimage.cfg
 #define CONFIG_SYS_TCLK                200000000       /* 200MHz */