[PATCH 3/8] boot: fix prompt for SPL_LOAD_FIT_APPLY_OVERLAY_BUF_SZ

Quentin Schulz foss+uboot at 0leil.net
Fri Dec 12 19:13:15 CET 2025


From: Quentin Schulz <quentin.schulz at cherry.de>

The prompt currently doesn't specify this applies to the SPL stage only,
so let's fix this oversight.

Signed-off-by: Quentin Schulz <quentin.schulz at cherry.de>
---
 boot/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boot/Kconfig b/boot/Kconfig
index 07ae6cc585a..3e882d3f4f9 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -292,7 +292,7 @@ config SPL_LOAD_FIT_APPLY_OVERLAY
 config SPL_LOAD_FIT_APPLY_OVERLAY_BUF_SZ
 	depends on SPL_LOAD_FIT_APPLY_OVERLAY
 	default 0x10000
-	hex "size of temporary buffer used to load the overlays"
+	hex "size of temporary buffer used to load the overlays within SPL"
 	help
 	  The size of the area where the overlays will be loaded and
 	  uncompress. Must be at least as large as biggest overlay

-- 
2.52.0



More information about the U-Boot mailing list