From f1b99241482dd83f363bb211ee682d20ea0c8db0 Mon Sep 17 00:00:00 2001 From: Ondrej Jirman Date: Mon, 25 Nov 2019 12:56:54 +0100 Subject: [PATCH] sunxi: Increase CONFIG_SYS_BOOTM_LEN to 64MiB for all of sunxi (even 32bit) --- include/configs/sunxi-common.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 6fcc9b80962..ceff89d40e1 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -31,9 +31,7 @@ # define CONFIG_MACH_TYPE_COMPAT_REV 1 #endif -#ifdef CONFIG_ARM64 -#define CONFIG_SYS_BOOTM_LEN (32 << 20) -#endif +#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Serial & console */ #define CONFIG_SYS_NS16550_SERIAL