mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
doc: document /config/u-boot, spl-payload-offset property
This adds documentation on the u-boot,spl-payload-offset property (which overrides CONFIG_SYS_SPI_U_BOOT_OFFS during the SPI loading in the SPL stage, if present). Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
2bac55bc16
commit
f222b36751
1 changed files with 5 additions and 0 deletions
|
@ -20,3 +20,8 @@ u-boot,efi-partition-entries-offset
|
|||
is formatted.
|
||||
|
||||
This setting will override any values configured via Kconfig.
|
||||
|
||||
u-boot,spl-payload-offset
|
||||
If present (and SPL is controlled by the device-tree), this allows
|
||||
to override the CONFIG_SYS_SPI_U_BOOT_OFFS setting using a value
|
||||
from the device-tree.
|
||||
|
|
Loading…
Reference in a new issue