summaryrefslogtreecommitdiff
path: root/include/configs/meson-gxbb-common.h
diff options
context:
space:
mode:
authorxypron.glpk@gmx.de <xypron.glpk@gmx.de>2017-04-14 17:54:40 (GMT)
committerTom Rini <trini@konsulko.com>2017-05-05 20:45:52 (GMT)
commitcc93834dee106553e76b69b5cedab2de0c506fff (patch)
tree900eb19f948a4e17284fed09c0589d39b788ca54 /include/configs/meson-gxbb-common.h
parent27a198768ea732cb7b479296c20ac8c4d4c985fb (diff)
downloadu-boot-cc93834dee106553e76b69b5cedab2de0c506fff.tar.xz
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/configs/meson-gxbb-common.h')
-rw-r--r--include/configs/meson-gxbb-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/meson-gxbb-common.h b/include/configs/meson-gxbb-common.h
index fab2e67..f1734c0 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 */