From: Quentin Schulz Date: Wed, 29 Oct 2025 11:19:14 +0000 (+0100) Subject: boot: fix typo in SYS_BOOTM_LEN description X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f05576620c54f7465a2dd0ff5c3d8d56744ef31c;p=thirdparty%2Fu-boot.git boot: fix typo in SYS_BOOTM_LEN description Signed-off-by: Quentin Schulz Reviewed-by: Simon Glass Reviewed-by: Mattijs Korpershoek --- diff --git a/boot/Kconfig b/boot/Kconfig index ea6a3ef16e8..85f4d468069 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -1071,7 +1071,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