[PATCH 1/2] sunxi: allow bigger images for all
Karl Palsson
karlp at tweak.net.au
Mon Apr 6 17:51:39 CEST 2020
No reason to limit bigger images to 64bit targets, it's quite easy to go
over the limit with a kernel+initramfs
Signed-off-by: Karl Palsson <karlp at tweak.net.au>
---
include/configs/sunxi-common.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index 0ef289fd64..ef5b1d866e 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
/* Serial & console */
#define CONFIG_SYS_NS16550_SERIAL
--
2.21.1
More information about the U-Boot
mailing list