mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-01 12:01:31 +00:00
meson: gxbb: increase CONFIG_SYS_BOOTM_LEN
A feature rich Linux kernel needs more than 8 MiB. Hence enlarge CONFIG_SYS_BOOTM_LEN to 64 MiB for the GXBB systems. As all known GXBB systems have at least 512 MiB of RAM this poses no problem. Cc: Andreas Färber <afaerber@suse.de> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
27a198768e
commit
cc93834dee
1 changed files with 2 additions and 0 deletions
|
@ -55,4 +55,6 @@
|
||||||
MESON_FDTFILE_SETTING \
|
MESON_FDTFILE_SETTING \
|
||||||
BOOTENV
|
BOOTENV
|
||||||
|
|
||||||
|
#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* 64 MiB */
|
||||||
|
|
||||||
#endif /* __MESON_GXBB_COMMON_CONFIG_H */
|
#endif /* __MESON_GXBB_COMMON_CONFIG_H */
|
||||||
|
|
Loading…
Add table
Reference in a new issue