From: Quentin Schulz <[email protected]> The prompt currently doesn't specify this applies to the SPL stage only, so let's fix this oversight.
Signed-off-by: Quentin Schulz <[email protected]> --- 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

