summaryrefslogtreecommitdiff
path: root/include/configs/mvebu_armada-37xx.h
diff options
context:
space:
mode:
authorVladimir Vid <vladimir.vid@sartura.hr>2020-09-07 09:56:45 +0300
committerStefan Roese <sr@denx.de>2020-09-24 11:13:22 +0300
commit6728da5ce90a659effc46e80e383985d62a7a026 (patch)
treee1d2c9289df9c69a7d85979cd6f28e3d6e084d5f /include/configs/mvebu_armada-37xx.h
parent2781c71873fc4767b958a72eea12d3d49a60cdbf (diff)
downloadu-boot-6728da5ce90a659effc46e80e383985d62a7a026.tar.xz
arm64: a37xx: increase CONFIG_SYS_BOOTM_LEN to 64MB
Increase max gunzip size, required for booting itb recovery images on uDPU. Signed-off-by: Vladimir Vid <vladimir.vid@sartura.hr> [a.heider: adapt to mainline] Signed-off-by: Andre Heider <a.heider@gmail.com>
Diffstat (limited to 'include/configs/mvebu_armada-37xx.h')
-rw-r--r--include/configs/mvebu_armada-37xx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mvebu_armada-37xx.h b/include/configs/mvebu_armada-37xx.h
index 905ce09b7a..27428d5a0f 100644
--- a/include/configs/mvebu_armada-37xx.h
+++ b/include/configs/mvebu_armada-37xx.h
@@ -6,6 +6,8 @@
#ifndef _CONFIG_MVEBU_ARMADA_37XX_H
#define _CONFIG_MVEBU_ARMADA_37XX_H
+#include <linux/sizes.h>
+
/*
* High Level Configuration Options (easy to change)
*/
@@ -13,6 +15,8 @@
/* additions for new ARM relocation support */
#define CONFIG_SYS_SDRAM_BASE 0x00000000
+#define CONFIG_SYS_BOOTM_LEN SZ_64M /* Increase max gunzip size */
+
/* auto boot */
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, \