From patchwork Mon Apr 17 15:45:12 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philipp Tomsich X-Patchwork-Id: 751383 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3w6CRF3NdPz9rxl for ; Tue, 18 Apr 2017 01:51:05 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 3A4B3C21C77; Mon, 17 Apr 2017 15:47:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 3940DC21D87; Mon, 17 Apr 2017 15:47:25 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 98B07C21D66; Mon, 17 Apr 2017 15:45:28 +0000 (UTC) Received: from mail.theobroma-systems.com (vegas.theobroma-systems.com [144.76.126.164]) by lists.denx.de (Postfix) with ESMTPS id 9A706C21D1A for ; Mon, 17 Apr 2017 15:45:24 +0000 (UTC) Received: from [86.59.122.178] (port=52217 helo=android.lan) by mail.theobroma-systems.com with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1d08qB-0000Ds-79; Mon, 17 Apr 2017 17:45:23 +0200 From: Philipp Tomsich To: u-boot@lists.denx.de Date: Mon, 17 Apr 2017 17:45:12 +0200 Message-Id: <1492443913-51501-2-git-send-email-philipp.tomsich@theobroma-systems.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1492443913-51501-1-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1492443913-51501-1-git-send-email-philipp.tomsich@theobroma-systems.com> Cc: Philipp Tomsich , Klaus Goger Subject: [U-Boot] [PATCH 2/3] doc: document /config/u-boot, spl-payload-offset property X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" 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 Acked-by: Simon Glass --- doc/device-tree-bindings/config.txt | 5 +++++ 1 file changed, 5 insertions(+) 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.