From patchwork Tue Sep 13 16:06:09 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 76088 Delivered-To: patch@linaro.org Received: by 10.140.106.72 with SMTP id d66csp1436085qgf; Tue, 13 Sep 2016 09:09:23 -0700 (PDT) X-Received: by 10.194.167.8 with SMTP id zk8mr1045342wjb.38.1473782963589; Tue, 13 Sep 2016 09:09:23 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id b16si21532075wmb.27.2016.09.13.09.09.23; Tue, 13 Sep 2016 09:09:23 -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 5791A4BF90; Tue, 13 Sep 2016 18:08:07 +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 ivYDPRXZOpbi; Tue, 13 Sep 2016 18:08:07 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E24F34BD3D; Tue, 13 Sep 2016 18:07:05 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5A3924B9CB for ; Tue, 13 Sep 2016 18:06:36 +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 94ENLUDjl_-S for ; Tue, 13 Sep 2016 18:06:36 +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 4165C4B9F9 for ; Tue, 13 Sep 2016 18:06:34 +0200 (CEST) Received: from grover.sesame (FL1-111-169-71-157.osk.mesh.ad.jp [111.169.71.157]) (authenticated) by conuserg-08.nifty.com with ESMTP id u8DG6H9N022555; Wed, 14 Sep 2016 01:06:26 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-08.nifty.com u8DG6H9N022555 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1473782786; bh=Qo83aq/858BeWMp1i9xMeLVi+YBBywD9b115DGZdGts=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=eoAMpttxJFwzX7xjdOMDuIJHaB658I6AUBHOU1GUZSm3EMK/5v0muP2GbPE2R2/9q JyimxXfF4gLH9ffNXq2ud2SSZgDP5TIcMRzfKexwty4HApfQEcuVMaANsplTuiuf8/ 6ZKFIMSmFc+qY3UDIMZjqTJFeIkQ8smYMn4eg3JVOPGvzKscZUCIrHPCeUxU2KqhgP sFwyl0LRRidvelIEerSr9pmvtHml46USwd04qyL6gZKjlhlmcZd4cZ3jKGIucvXEmY mQtEOdpDj8nuzYp61AkeyxHxTnQ3nDMVXXWSLqyoUsgFhtneEuQvOhgqcx/vTGrPfy zY7/7SbqWW1rA== X-Nifty-SrcIP: [111.169.71.157] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Wed, 14 Sep 2016 01:06:09 +0900 Message-Id: <1473782770-20130-12-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1473782770-20130-1-git-send-email-yamada.masahiro@socionext.com> References: <1473782770-20130-1-git-send-email-yamada.masahiro@socionext.com> Subject: [U-Boot] [PATCH 11/12] ARM: uniphier: fix DRAM size of LD21 SoC package 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" Each DRAM channel size of LD21 is half of that of LD20. Signed-off-by: Masahiro Yamada --- arch/arm/mach-uniphier/boards.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 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/boards.c b/arch/arm/mach-uniphier/boards.c index 20093d8..f54f464 100644 --- a/arch/arm/mach-uniphier/boards.c +++ b/arch/arm/mach-uniphier/boards.c @@ -209,12 +209,12 @@ static const struct uniphier_board_data uniphier_ld21_data = { .dram_nr_ch = 2, .dram_ch[0] = { .base = 0x80000000, - .size = 0x40000000, + .size = 0x20000000, .width = 32, }, .dram_ch[1] = { .base = 0xc0000000, - .size = 0x40000000, + .size = 0x20000000, .width = 32, }, .flags = UNIPHIER_BD_PACKAGE_LD21,