From patchwork Tue Jun 7 12:03:46 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 69500 Delivered-To: patch@linaro.org Received: by 10.140.106.246 with SMTP id e109csp1939278qgf; Tue, 7 Jun 2016 05:03:47 -0700 (PDT) X-Received: by 10.194.205.105 with SMTP id lf9mr20002198wjc.25.1465301027080; Tue, 07 Jun 2016 05:03:47 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id t124si7520603wmb.85.2016.06.07.05.03.46; Tue, 07 Jun 2016 05:03:47 -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 26F26A7577; Tue, 7 Jun 2016 14:03:24 +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 ThS1h3mPgy9a; Tue, 7 Jun 2016 14:03:24 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 81ABAA7597; Tue, 7 Jun 2016 14:03:14 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8B0BBA7531 for ; Tue, 7 Jun 2016 14:03:06 +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 bqaU6t4lAgXi for ; Tue, 7 Jun 2016 14:03:06 +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-07.nifty.com (conuserg-07.nifty.com [210.131.2.74]) by theia.denx.de (Postfix) with ESMTPS id C5892A752D for ; Tue, 7 Jun 2016 14:03:01 +0200 (CEST) Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-07.nifty.com with ESMTP id u57C2bdO019177; Tue, 7 Jun 2016 21:02:41 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com u57C2bdO019177 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1465300961; bh=Mg45V6ltW2xxjDThrhXrjZsCXEFSrhvfssia0ZMj2WI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=hatu7VcMiRVaXCQweakgha4EV625Snvr7C6tCzbnxKdMKuavvicaojx2IiiAyVhvE s3YkkWuvd1SaJeH25io2gb8f+wI9dgmtD4wK1eMjqUr8IBSoO+BYFVsrx+TcCTS9h7 t17djvhaosGRo0FzxlNKCq49Aa6avHcWZ6MqMLNGTy+zUDX8ucmocQ6VJwhw9zmFS2 tXokJ+nR+Nfxp5Efl7qGBKc9+Bq5Genya2HPGODzMRy5Cg8PFWVDjmm1jjwcErIbNG rWe4UNJaW8brYCEmyMRwrWR5PzGj9JbqjeDFnitk+1hgo5/1rvkbwq0AZgTwjfzsHJ /Zsp/pyRcOxMA== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Tue, 7 Jun 2016 21:03:46 +0900 Message-Id: <1465301027-1650-5-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1465301027-1650-1-git-send-email-yamada.masahiro@socionext.com> References: <1465301027-1650-1-git-send-email-yamada.masahiro@socionext.com> Subject: [U-Boot] [PATCH 4/5] ARM: uniphier: do not erase when updating U-Boot image in eMMC device 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" Unlike NAND, eMMC can be re-written without erasing. 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 10fd8c2..7d8a206 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -245,7 +245,6 @@ "tftpboot $tmp_addr u-boot.bin\0" \ "emmcupdate=mmcsetn &&" \ "mmc partconf $mmc_first_dev 0 1 1 &&" \ - "mmc erase 0 800 &&" \ "tftpboot u-boot-spl.bin &&" \ "mmc write $loadaddr 0 80 &&" \ "tftpboot u-boot.bin &&" \