diff mbox

[U-Boot,2/3] doc: document /config/u-boot, spl-payload-offset property

Message ID 1492443913-51501-2-git-send-email-philipp.tomsich@theobroma-systems.com
State Accepted
Commit f222b367515a36f1216049fce5c0c81f0444766d
Delegated to: Tom Rini
Headers show

Commit Message

Philipp Tomsich April 17, 2017, 3:45 p.m. UTC
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>
---

 doc/device-tree-bindings/config.txt | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Simon Glass April 18, 2017, 4 a.m. UTC | #1
On 17 April 2017 at 09:45, Philipp Tomsich <
philipp.tomsich@theobroma-systems.com> wrote:
> 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>
> ---
>
> doc/device-tree-bindings/config.txt | 5 +++++
> 1 file changed, 5 insertions(+)
>

Acked-by: Simon Glass <sjg@chromium.org>
Tom Rini May 12, 2017, 5:18 p.m. UTC | #2
On Mon, Apr 17, 2017 at 05:45:12PM +0200, Philipp Tomsich wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/doc/device-tree-bindings/config.txt b/doc/device-tree-bindings/config.txt
index 5640bae..d4bc1df 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.