diff options
author | Luka Kovacic <me@lukakovacic.xyz> | 2019-06-25 13:57:53 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2019-07-11 10:58:02 +0200 |
commit | 7945436f888ecd3ba9f6efbc13be04b1bbaceabf (patch) | |
tree | ea3456ecd8fb787f8403ddf3559fb28c3286494b /include/configs/crs305-1g-4s.h | |
parent | 6165c891287783a71fab703722615918dbf94796 (diff) | |
download | u-boot-7945436f888ecd3ba9f6efbc13be04b1bbaceabf.tar.gz |
arm: mvebu: crs305-1g-4s: Enable CMD_BOOTZ and increase SYS_BOOTM_LEN
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>
Diffstat (limited to 'include/configs/crs305-1g-4s.h')
-rw-r--r-- | include/configs/crs305-1g-4s.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/crs305-1g-4s.h b/include/configs/crs305-1g-4s.h index c73cb99b1b..a2df69adc7 100644 --- a/include/configs/crs305-1g-4s.h +++ b/include/configs/crs305-1g-4s.h @@ -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 */ |