Skip to content
Snippets Groups Projects
Commit cc93834d authored by xypron.glpk@gmx.de's avatar xypron.glpk@gmx.de Committed by Tom Rini
Browse files

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: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent 27a19876
No related branches found
No related tags found
No related merge requests found
...@@ -55,4 +55,6 @@ ...@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment