diff options
author | xypron.glpk@gmx.de <xypron.glpk@gmx.de> | 2017-04-14 19:54:40 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-05 16:45:52 -0400 |
commit | cc93834dee106553e76b69b5cedab2de0c506fff (patch) | |
tree | 900eb19f948a4e17284fed09c0589d39b788ca54 /include | |
parent | 27a198768ea732cb7b479296c20ac8c4d4c985fb (diff) | |
download | u-boot-cc93834dee106553e76b69b5cedab2de0c506fff.tar.gz u-boot-cc93834dee106553e76b69b5cedab2de0c506fff.tar.xz u-boot-cc93834dee106553e76b69b5cedab2de0c506fff.zip |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/meson-gxbb-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/meson-gxbb-common.h b/include/configs/meson-gxbb-common.h index fab2e67117..f1734c0e21 100644 --- a/include/configs/meson-gxbb-common.h +++ b/include/configs/meson-gxbb-common.h @@ -55,4 +55,6 @@ MESON_FDTFILE_SETTING \ BOOTENV +#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* 64 MiB */ + #endif /* __MESON_GXBB_COMMON_CONFIG_H */ |