From patchwork Tue Jul 19 02:36:53 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 72262 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp433799qga; Mon, 18 Jul 2016 19:35:35 -0700 (PDT) X-Received: by 10.194.236.2 with SMTP id uq2mr3551594wjc.14.1468895735672; Mon, 18 Jul 2016 19:35:35 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id k66si17605956wmb.105.2016.07.18.19.35.33; Mon, 18 Jul 2016 19:35:35 -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; dkim=neutral (body hash did not verify) header.i=@nifty.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 A311CA75A8; Tue, 19 Jul 2016 04:35:32 +0200 (CEST) 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 Wmo5wpCiCAMZ; Tue, 19 Jul 2016 04:35:32 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 11EC9A7544; Tue, 19 Jul 2016 04:35:32 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B3CDEA7544 for ; Tue, 19 Jul 2016 04:35:28 +0200 (CEST) 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 U_4sncCnGQby for ; Tue, 19 Jul 2016 04:35:28 +0200 (CEST) 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 conuserg-08.nifty.com (conuserg-08.nifty.com [210.131.2.75]) by theia.denx.de (Postfix) with ESMTPS id 117B7A7535 for ; Tue, 19 Jul 2016 04:35:24 +0200 (CEST) Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-08.nifty.com with ESMTP id u6J2Z5KK025460; Tue, 19 Jul 2016 11:35:05 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-08.nifty.com u6J2Z5KK025460 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1468895706; bh=b/WiKegVCI/J4p/cNadbryEqyPXzbB+dd/vWqIhugP8=; h=From:To:Cc:Subject:Date:From; b=xKe/fDmLnAL2XM70wupxaw8A0Q2a5f6qv8UAfp6pfjiUpp7pgMRHRhL62ZOcT0cVh rsGKsIe+SpsdTTcOFSbYwG72/6UEm2J94geIHt0KZ6cM6gLmCXfT5YE4uUVmY/lvAs LTkudzFyzGuajlIJd9OaiztC9FFt7foCVJbtlTDnroijPW49ysOtZA6ZPPhJ1GX3Uy LUx4Md0NFKz4Sws1IfJwn+pL8Igol8SLQvQ55Ruh+gj49vvLTEllDOBrghKjCb9TTg xcj+mqqbaQ0j/mRZUJ8gAqI2d+NEqGTWYpITL4CJOtfJ2oYCn+Wg7DB0NZwA7keaDG suMJWIj9cjGaw== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Tue, 19 Jul 2016 11:36:53 +0900 Message-Id: <1468895813-7176-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 Subject: [U-Boot] [PATCH] ARM: uniphier: fix doubled tftpboot commands 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" This downloads the same file twice for nothing. Signed-off-by: Masahiro Yamada --- include/configs/uniphier.h | 1 - 1 file changed, 1 deletion(-) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index 4ebaf84..169c197 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -226,7 +226,6 @@ "run boot_common\0" \ "__nfsboot=tftpboot $kernel_addr_r $bootfile &&" \ "tftpboot $fdt_addr_r $fdt_file &&" \ - "tftpboot $fdt_addr_r $fdt_file &&" \ "setenv ramdisk_addr_r - &&" \ "run boot_common\0" #endif