mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +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
|
# 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
|
||||||
|
Reference in New Issue
Block a user