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>
This commit is contained in:
+1
-1
@@ -269,7 +269,7 @@ config SPL_LOAD_FIT_APPLY_OVERLAY
|
|||||||
config SPL_LOAD_FIT_APPLY_OVERLAY_BUF_SZ
|
config SPL_LOAD_FIT_APPLY_OVERLAY_BUF_SZ
|
||||||
depends on SPL_LOAD_FIT_APPLY_OVERLAY
|
depends on SPL_LOAD_FIT_APPLY_OVERLAY
|
||||||
default 0x10000
|
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
|
help
|
||||||
The size of the area where the overlays will be loaded and
|
The size of the area where the overlays will be loaded and
|
||||||
uncompress. Must be at least as large as biggest overlay
|
uncompress. Must be at least as large as biggest overlay
|
||||||
|
|||||||
Reference in New Issue
Block a user