From patchwork Fri Aug 25 22:34:14 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 806047 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=nigauri-org.20150623.gappssmtp.com header.i=@nigauri-org.20150623.gappssmtp.com header.b="g1ga2Hnv"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3xfGDy4Ctkz9t3k for ; Sat, 26 Aug 2017 08:34:42 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 48453C21FDE; Fri, 25 Aug 2017 22:34:32 +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=RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, T_DKIM_INVALID 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 0727DC21FE2; Fri, 25 Aug 2017 22:34:30 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 313EBC21FDE; Fri, 25 Aug 2017 22:34:28 +0000 (UTC) Received: from mail-pg0-f67.google.com (mail-pg0-f67.google.com [74.125.83.67]) by lists.denx.de (Postfix) with ESMTPS id 4CA80C21FDE for ; Fri, 25 Aug 2017 22:34:27 +0000 (UTC) Received: by mail-pg0-f67.google.com with SMTP id 83so1482283pgb.3 for ; Fri, 25 Aug 2017 15:34:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nigauri-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=GYT5xuaCSOStEfCdHajFWyIFCiE7qSd8yzGtevfg4kM=; b=g1ga2Hnvnlg6y00Xc8KzwZhnqzCudXyep7sQBcM7nqCZ5MSbZKtNQr/2bynRFN7oT/ afhMTRCYRHlenxrDIGxFt8SG5Ffd1OwHare6L78OBtf3gd2hr8FR9I2vv11JspC7HRgF kHRU0xz0Doncx7WWERWvjCKYLdBi/CNZ32IU9REEKXBIN5PiPphb9EgG68cw8KYbhoSI 40X7TSk1TrRzXjzdxQYCaIn7le7Z3KQV70BPEIMA/jtdFMri7x/xU7Pg52FiKkQ9ZtFF K5yF0zvoUHiWeGDUjAxHOUNTQ3z1Z4VbrShWbkDSTw++8PITVdnQvsY+guJWrzL1yVqZ AG5A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=GYT5xuaCSOStEfCdHajFWyIFCiE7qSd8yzGtevfg4kM=; b=OgNZcUHz3+wtMaV7dEn2bMJJmR6wpnr9TI/zgV8l2O0AUc5sXVA0DABPVVvtbfGORW YBnOFNRJV5AmgLPndMpzg3FX/d7s9Qe3fUV5fEy7rpd6iztZiB8tIw5qkjvkK+8bVcc6 9qzJW7kzakRN24VBlnXQnzSzF01HERRg+YyVckYXKRXYYkv4NjAwySn7IB1H/q17rJX3 HEvIh17oiBBvBv5/3utIuRG52i+itxKxw3gg9ZpfHbTF9BHD/gSO8V3PXfM7CLFkPAkH klOgCn6Rt4T9URAzSdHCe45fz+BJ46PB8N249kqA7fIw9zpcrXad2yPY/BZTbiMHVXNv TckA== X-Gm-Message-State: AHYfb5gsjFT8vI+o2a0uVRi9ucgNGwW2G38h7l/WArOqn0h6R1ASMsQs FOXYIkYzNoMiCyLaWEY= X-Received: by 10.84.232.67 with SMTP id f3mr12087507pln.252.1503700465595; Fri, 25 Aug 2017 15:34:25 -0700 (PDT) Received: from chimagu (w199227.dynamic.ppp.asahi-net.or.jp. [121.1.199.227]) by smtp.gmail.com with ESMTPSA id q133sm12063013pfq.31.2017.08.25.15.34.24 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 25 Aug 2017 15:34:25 -0700 (PDT) Received: from iwamatsu by chimagu with local (Exim 4.89) (envelope-from ) id 1dlNBH-0002vF-Fn; Sat, 26 Aug 2017 07:34:23 +0900 From: Nobuhiro Iwamatsu To: u-boot@lists.denx.de Date: Sat, 26 Aug 2017 07:34:14 +0900 Message-Id: <20170825223414.11182-1-iwamatsu@nigauri.org> X-Mailer: git-send-email 2.13.2 Subject: [U-Boot] [PATCH] README: Fix typo in description of CONFIG_OF_EMBED 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" The correct name is 'gd->fdt_blob', not 'gd->blob'. Signed-off-by: Nobuhiro Iwamatsu CC: Simon Glass Reviewed-by: Simon Glass --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 1edf3dbbd8..6adbe6b435 100644 --- a/README +++ b/README @@ -892,7 +892,7 @@ The following options need to be configured: binary in its image. This device tree file should be in the board directory and called -.dts. The binary file is then picked up in board_init_f() and made available through - the global data structure as gd->blob. + the global data structure as gd->fdt_blob. CONFIG_OF_SEPARATE If this variable is defined, U-Boot will build a device tree