[PATCH] boot: fix typo in SYS_BOOTM_LEN description
Mattijs Korpershoek
mkorpershoek at kernel.org
Fri Oct 31 16:13:43 CET 2025
Hi Quentin,
Thank you for the patch.
On Wed, Oct 29, 2025 at 12:19, Quentin Schulz <foss+uboot at 0leil.net> wrote:
> From: Quentin Schulz <quentin.schulz at cherry.de>
>
> Signed-off-by: Quentin Schulz <quentin.schulz at cherry.de>
Reviewed-by: Mattijs Korpershoek <mkorpershoek at 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 at cherry.de>
More information about the U-Boot
mailing list