From: Stephan Gerhold <stephan@gerhold.net>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: u-boot@lists.denx.de, Tom Rini <trini@konsulko.com>
Subject: Re: [PATCH v2] board: stemmy: Increase boot image to 64 MB
Date: Tue, 23 Nov 2021 14:15:20 +0100 [thread overview]
Message-ID: <YZzpaBMUDTM43gIS@gerhold.net> (raw)
In-Reply-To: <20211120225542.2971144-1-linus.walleij@linaro.org>
On Sat, Nov 20, 2021 at 11:55:42PM +0100, Linus Walleij wrote:
> 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>
Great, thanks for changing it! :)
Reviewed-by: Stephan Gerhold <stephan@gerhold.net>
> ---
> ChangeLog v1->v2:
> - Bump to 64MB instead of 16MB
> ---
> include/configs/stemmy.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/configs/stemmy.h b/include/configs/stemmy.h
> index ed79b1203901..4bba2a627259 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
> --
> 2.31.1
>
next prev parent reply other threads:[~2021-11-23 13:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-20 22:55 [PATCH v2] board: stemmy: Increase boot image to 64 MB Linus Walleij
2021-11-22 13:22 ` Tom Rini
2021-11-23 13:15 ` Stephan Gerhold [this message]
2022-01-07 17:04 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YZzpaBMUDTM43gIS@gerhold.net \
--to=stephan@gerhold.net \
--cc=linus.walleij@linaro.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox