On Wed, 29 Oct 2025 at 12:19, Quentin Schulz <[email protected]> wrote: > > From: Quentin Schulz <[email protected]> > > Signed-off-by: Quentin Schulz <[email protected]> > --- > boot/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >
Reviewed-by: Simon Glass <[email protected]> > 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 <[email protected]> >

