1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

sunxi: Increase CONFIG_SYS_BOOTM_LEN to 64MiB for all of sunxi (even 32bit)

This commit is contained in:
Ondrej Jirman
2019-11-25 12:56:54 +01:00
parent ffc389fae8
commit f1b9924148

View File

@@ -31,9 +31,7 @@
# define CONFIG_MACH_TYPE_COMPAT_REV 1 # define CONFIG_MACH_TYPE_COMPAT_REV 1
#endif #endif
#ifdef CONFIG_ARM64 #define CONFIG_SYS_BOOTM_LEN (64 << 20)
#define CONFIG_SYS_BOOTM_LEN (32 << 20)
#endif
/* Serial & console */ /* Serial & console */
#define CONFIG_SYS_NS16550_SERIAL #define CONFIG_SYS_NS16550_SERIAL