From: Masahiro Yamada Date: Tue, 13 Sep 2016 16:06:09 +0000 (+0900) Subject: ARM: uniphier: fix DRAM size of LD21 SoC package X-Git-Tag: v2016.11-rc1~129^2~16 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ef70eb54aab8466b3989e83623b5ca4db78b7b2a;p=oweals%2Fu-boot.git ARM: uniphier: fix DRAM size of LD21 SoC package The channel 0 DRAM size of LD21 is half of that of LD20. Signed-off-by: Masahiro Yamada --- diff --git a/arch/arm/mach-uniphier/boards.c b/arch/arm/mach-uniphier/boards.c index 20093d8178..e063555cb0 100644 --- a/arch/arm/mach-uniphier/boards.c +++ b/arch/arm/mach-uniphier/boards.c @@ -209,7 +209,7 @@ 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] = {