From patchwork Thu Apr 28 06:37:13 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 66851 Delivered-To: patch@linaro.org Received: by 10.140.93.198 with SMTP id d64csp40967qge; Wed, 27 Apr 2016 23:37:58 -0700 (PDT) X-Received: by 10.194.10.162 with SMTP id j2mr13134575wjb.72.1461825478061; Wed, 27 Apr 2016 23:37:58 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id e188si13609197wma.56.2016.04.27.23.37.57; Wed, 27 Apr 2016 23:37:58 -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 CBCFBA7879; Thu, 28 Apr 2016 08:37:54 +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 EEu1VdqOOL1q; Thu, 28 Apr 2016 08:37:54 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7AD17A7884; Thu, 28 Apr 2016 08:37:49 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D2DBAA7862 for ; Thu, 28 Apr 2016 08:37:42 +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 1LQtG8IsRLuU for ; Thu, 28 Apr 2016 08:37:42 +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-09.nifty.com (conuserg-09.nifty.com [210.131.2.76]) by theia.denx.de (Postfix) with ESMTPS id 0CF29A7854 for ; Thu, 28 Apr 2016 08:37:38 +0200 (CEST) Received: from grover.sesame (FL1-119-242-215-193.osk.mesh.ad.jp [119.242.215.193]) (authenticated) by conuserg-09.nifty.com with ESMTP id u3S6bKPq032061; Thu, 28 Apr 2016 15:37:24 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-09.nifty.com u3S6bKPq032061 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1461825444; bh=uDr/5h3luEYVHXavWjo///yVSeWLGSNGlidmT7xBqi8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dw3q92z3prxuFzIQPh7v7U8Q2CW+VtespvPR1ORKG+9p6Vn496NoCgvEpqSkjyjyj CxwADLXGRJr96G9NpMkSsBA6RxfdGLcNGCYM+HLJ5JlrW8bEGyueahHQyxnWnFr3HX ugx0AU7ts3rKxPPvp/pPcKFuw+qLReP6HYXL3ufmrWpWn4lD+xZF5BoLo4fSanuGL0 ASqiPswf9LfT/65v59wknvRnVDzfxK/gfn8QaQOmuXz7cpwCueKn7mAKcOkWwFXWdm NghhIYhjXpxSuKVr1Pb0QNhfAVOLg3B1sThcLqM6B82HltRhbVovLE71gQXuB+EdQt Q/HDXecfAvT8Q== X-Nifty-SrcIP: [119.242.215.193] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Thu, 28 Apr 2016 15:37:13 +0900 Message-Id: <1461825436-2915-2-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1461825436-2915-1-git-send-email-yamada.masahiro@socionext.com> References: <1461825436-2915-1-git-send-email-yamada.masahiro@socionext.com> Subject: [U-Boot] [PATCH 1/4] ARM: uniphier: fix boot mode table of PH1-LD20 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" PH1-LD20 does not have the dedicated boot swap select latch. Instead, it is controlled from the boot mode select. Signed-off-by: Masahiro Yamada --- arch/arm/mach-uniphier/boot-mode/boot-mode-ld20.c | 2 +- 1 file changed, 1 insertion(+), 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/arch/arm/mach-uniphier/boot-mode/boot-mode-ld20.c b/arch/arm/mach-uniphier/boot-mode/boot-mode-ld20.c index 100275e..b092c1b 100644 --- a/arch/arm/mach-uniphier/boot-mode/boot-mode-ld20.c +++ b/arch/arm/mach-uniphier/boot-mode/boot-mode-ld20.c @@ -43,7 +43,7 @@ static struct boot_device_info boot_device_table[] = { {BOOT_DEVICE_MMC1, "eMMC (High Speed SDR, 8bit, 1.8V, Training Off)"}, {BOOT_DEVICE_MMC1, "eMMC (High Speed SDR, 8bit, 1.8V, Training On)"}, {BOOT_DEVICE_MMC1, "eMMC (Legacy, 4bit, 1.8V, Training Off)"}, - {BOOT_DEVICE_NONE, "Reserved"}, + {BOOT_DEVICE_NOR, "NOR Boot (XECS1)"}, }; static int get_boot_mode_sel(void)