diff options
| author | Quentin Schulz <quentin.schulz@cherry.de> | 2025-12-12 19:13:15 +0100 |
|---|---|---|
| committer | Peng Fan <peng.fan@nxp.com> | 2025-12-24 12:06:42 +0800 |
| commit | b6b463a3377fbea91c0a5b95c8d3fae9e2e7c8bf (patch) | |
| tree | cc0d2af9532139e7f2df5e6bfcf1ea8478c7d1df | |
| parent | ed31533f0febf3453f1b93ed5414aa62654fe7ca (diff) | |
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 <quentin.schulz@cherry.de>
Reviewed-by: Anshul Dalal <anshuld@ti.com>
Reviewed-by: Kory Maincent <kory.maincent@bootlin.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
| -rw-r--r-- | boot/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
