From patchwork Tue Mar 22 16:40:03 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 64189 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp2175201lbc; Tue, 22 Mar 2016 09:40:57 -0700 (PDT) X-Received: by 10.194.121.34 with SMTP id lh2mr37112074wjb.145.1458664857204; Tue, 22 Mar 2016 09:40:57 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id f124si21513074wme.7.2016.03.22.09.40.56; Tue, 22 Mar 2016 09:40:57 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 71494A75F2; Tue, 22 Mar 2016 17:40:47 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lL5bB434hJXA; Tue, 22 Mar 2016 17:40:47 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 81DE0A7600; Tue, 22 Mar 2016 17:40:37 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C8BDCA74C3 for ; Tue, 22 Mar 2016 17:40:27 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZTeZb6JLNE5m for ; Tue, 22 Mar 2016 17:40:27 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from conuserg011-v.nifty.com (conuserg011.nifty.com [202.248.44.37]) by theia.denx.de (Postfix) with ESMTPS id 212DCA7498 for ; Tue, 22 Mar 2016 17:40:23 +0100 (CET) Received: from grover.sesame (FL1-203-136-65-164.osk.mesh.ad.jp [203.136.65.164]) (authenticated) by conuserg011-v.nifty.com with ESMTP id u2MGe65S018449; Wed, 23 Mar 2016 01:40:10 +0900 X-Nifty-SrcIP: [203.136.65.164] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Wed, 23 Mar 2016 01:40:03 +0900 Message-Id: <1458664805-12765-2-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1458664805-12765-1-git-send-email-yamada.masahiro@socionext.com> References: <1458664805-12765-1-git-send-email-yamada.masahiro@socionext.com> Subject: [U-Boot] [PATCH 1/3] ARM: uniphier: fix README instruction for updating U-Boot via TFTP X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 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" Commit 3cb9abc9c512 ("ARM: uniphier: update U-Boot file names in workflow") missed to update these two sentences. Fix them now. Replace u-boot-spl-dtb.bin and u-boot-dtb.img with u-boot-spl.bin and u-boot.img, respectively. Signed-off-by: Masahiro Yamada --- doc/README.uniphier | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/doc/README.uniphier b/doc/README.uniphier index 8d043be..47863a4 100644 --- a/doc/README.uniphier +++ b/doc/README.uniphier @@ -80,8 +80,8 @@ Write two files to the NAND device as follows: - u-boot.img at the offset address 0x00010000 If a TFTP server is available, the images can be easily updated. -Just copy the u-boot-spl-dtb.bin and u-boot-dtb.img to the TFTP public -directory, and then run the following command at the U-Boot command line: +Just copy the u-boot-spl.bin and u-boot.img to the TFTP public directory, +and then run the following command at the U-Boot command line: => run nandupdate @@ -94,8 +94,8 @@ Write two files to the Boot partition 1 of the eMMC device as follows: - u-boot.img at the offset address 0x00010000 If a TFTP server is available, the images can be easily updated. -Just copy the u-boot-spl-dtb.bin and u-boot-dtb.img to the TFTP public -directory, and then run the following command at the U-Boot command line: +Just copy the u-boot-spl.bin and u-boot.img to the TFTP public directory, +and then run the following command at the U-Boot command line: => run emmcupdate