From: Quentin Schulz Date: Fri, 12 Dec 2025 18:13:15 +0000 (+0100) Subject: boot: fix prompt for SPL_LOAD_FIT_APPLY_OVERLAY_BUF_SZ X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6b463a3377fbea91c0a5b95c8d3fae9e2e7c8bf;p=thirdparty%2Fu-boot.git boot: fix prompt for SPL_LOAD_FIT_APPLY_OVERLAY_BUF_SZ The prompt currently doesn't specify this applies to the SPL stage only, so let's fix this oversight. Signed-off-by: Quentin Schulz Reviewed-by: Anshul Dalal Reviewed-by: Kory Maincent Signed-off-by: Peng Fan --- diff --git a/boot/Kconfig b/boot/Kconfig index f05b73af651..7e97874e77a 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -269,7 +269,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