mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-03-01 03:51:26 +01:00
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:
parent
ed31533f0f
commit
b6b463a337
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user