aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2021-11-20 23:55:42 +0100
committerTom Rini <trini@konsulko.com>2022-01-04 16:58:23 -0500
commitcc4dcd488cd339f931fa97dcda30b94a3d10a302 (patch)
tree7c56ebd2f030e70383a909773a8641c260f62524 /include/configs
parent5fec3c853d5e6b998db66f586871839c408195a3 (diff)
downloadu-boot-cc4dcd488cd339f931fa97dcda30b94a3d10a302.zip
u-boot-cc4dcd488cd339f931fa97dcda30b94a3d10a302.tar.gz
u-boot-cc4dcd488cd339f931fa97dcda30b94a3d10a302.tar.bz2
board: stemmy: Increase boot image to 64 MB
When using a recent kernel with a bunch of compiled-in stuff the kernel image easily becomes bigger than 8 MB yielding this error: Loading Kernel Image Image too large: increase CONFIG_SYS_BOOTM_LEN Must RESET board to recover Fix this by bumping to SZ_64MB. Cc: Stephan Gerhold <stephan@gerhold.net> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Stephan Gerhold <stephan@gerhold.net>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/stemmy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/stemmy.h b/include/configs/stemmy.h
index e5571b2..96e759d 100644
--- a/include/configs/stemmy.h
+++ b/include/configs/stemmy.h
@@ -14,6 +14,7 @@
* bootloader. New images are loaded at the same address for compatibility.
*/
#define CONFIG_SYS_INIT_SP_ADDR CONFIG_SYS_TEXT_BASE
+#define CONFIG_SYS_BOOTM_LEN SZ_64M
/* FIXME: This should be loaded from device tree... */
#define CONFIG_SYS_L2_PL310