From: Mattijs Korpershoek <mkorpershoek@kernel.org>
To: Quentin Schulz <foss+uboot@0leil.net>, u-boot@lists.denx.de
Cc: Tom Rini <trini@konsulko.com>, Simon Glass <sjg@chromium.org>,
Mattijs Korpershoek <mkorpershoek@kernel.org>,
Marek Vasut <marek.vasut+renesas@mailbox.org>,
Michal Simek <michal.simek@amd.com>,
Martin Schwan <m.schwan@phytec.de>,
Quentin Schulz <quentin.schulz@cherry.de>
Subject: Re: [PATCH] boot: fix typo in SYS_BOOTM_LEN description
Date: Fri, 31 Oct 2025 16:13:43 +0100 [thread overview]
Message-ID: <87qzuj5ck8.fsf@kernel.org> (raw)
In-Reply-To: <20251029-sys-bootm-len-typo-v1-1-5f1858d9e80d@cherry.de>
Hi Quentin,
Thank you for the patch.
On Wed, Oct 29, 2025 at 12:19, Quentin Schulz <foss+uboot@0leil.net> wrote:
> From: Quentin Schulz <quentin.schulz@cherry.de>
>
> Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
> ---
> boot/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/boot/Kconfig b/boot/Kconfig
> index 9adb051400f..762bf4e2dee 100644
> --- a/boot/Kconfig
> +++ b/boot/Kconfig
> @@ -1053,7 +1053,7 @@ if MEASURED_BOOT
> endif # MEASURED_BOOT
>
> config SYS_BOOTM_LEN
> - hex "Maximum size of a decompresed OS image"
> + hex "Maximum size of a decompressed OS image"
> depends on CMD_BOOTM || CMD_BOOTI || CMD_BOOTZ || \
> LEGACY_IMAGE_FORMAT || SPL_LEGACY_IMAGE_FORMAT
> default 0x8000000 if PPC || ARM64 || RISCV
>
> ---
> base-commit: 4cad9faf8d2887b8851f0ced5194ffbaa92ca71e
> change-id: 20251029-sys-bootm-len-typo-65afe0aa772c
>
> Best regards,
> --
> Quentin Schulz <quentin.schulz@cherry.de>
next prev parent reply other threads:[~2025-10-31 15:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-29 11:19 [PATCH] boot: fix typo in SYS_BOOTM_LEN description Quentin Schulz
2025-10-29 20:12 ` Simon Glass
2025-10-31 15:13 ` Mattijs Korpershoek [this message]
2025-11-07 14:17 ` 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=87qzuj5ck8.fsf@kernel.org \
--to=mkorpershoek@kernel.org \
--cc=foss+uboot@0leil.net \
--cc=m.schwan@phytec.de \
--cc=marek.vasut+renesas@mailbox.org \
--cc=michal.simek@amd.com \
--cc=quentin.schulz@cherry.de \
--cc=sjg@chromium.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.