[PATCH] boot: fix typo in SYS_BOOTM_LEN description

Simon Glass sjg at chromium.org
Wed Oct 29 21:12:48 CET 2025


On Wed, 29 Oct 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>
> ---
>  boot/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>

> 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