diff options
| author | Philipp Tomsich <[email protected]> | 2017-04-17 17:45:12 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-05-11 22:03:40 -0400 |
| commit | f222b367515a36f1216049fce5c0c81f0444766d (patch) | |
| tree | 6c6dfb6480804237dcdc3c54a090713000ec6ecf | |
| parent | 2bac55bc16aca60346dabfdda4ca7e0d19c2cff3 (diff) | |
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 <[email protected]>
Acked-by: Simon Glass <[email protected]>
| -rw-r--r-- | doc/device-tree-bindings/config.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/device-tree-bindings/config.txt b/doc/device-tree-bindings/config.txt index 5640bae72fc..d4bc1df5531 100644 --- a/doc/device-tree-bindings/config.txt +++ b/doc/device-tree-bindings/config.txt @@ -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. |
