]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
boot: fix typo in SYS_BOOTM_LEN description
authorQuentin Schulz <quentin.schulz@cherry.de>
Wed, 29 Oct 2025 11:19:14 +0000 (12:19 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 6 Nov 2025 23:33:41 +0000 (17:33 -0600)
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
boot/Kconfig

index ea6a3ef16e81de465f5d9ba824f2d912a6351b74..85f4d4680699a8af5ba6f9bbec13697785d55f21 100644 (file)
@@ -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