1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-08-31 16:22:36 +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 95687f2929
commit 8b7f345180

View File

@@ -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