summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Schulz <[email protected]>2025-10-29 12:19:14 +0100
committerTom Rini <[email protected]>2025-11-06 17:33:41 -0600
commitf05576620c54f7465a2dd0ff5c3d8d56744ef31c (patch)
treee87ce51d3b3d8db442e3c75fd801c676a33d6fe8
parent9c23910f665d262f3d3894551c9c731a24d2f0be (diff)
boot: fix typo in SYS_BOOTM_LEN description
Signed-off-by: Quentin Schulz <[email protected]> Reviewed-by: Simon Glass <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]>
-rw-r--r--boot/Kconfig2
1 files changed, 1 insertions, 1 deletions
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