1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-08-31 08:12:06 +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 3ae5d82d4f
commit 4e7a7ef249

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