]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
doc: document /config/u-boot, spl-payload-offset property
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Mon, 17 Apr 2017 15:45:12 +0000 (17:45 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 12 May 2017 02:03:40 +0000 (22:03 -0400)
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>
doc/device-tree-bindings/config.txt

index 5640bae72fc71d4673208b8938035b51dec3c1eb..d4bc1df5531ead399f8017fcdc2b8c9165d308d2 100644 (file)
@@ -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.