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:
@@ -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
|
||||
|
Reference in New Issue
Block a user