[U-Boot] [PATCH] fixup! ARM: uniphier: fix DRAM size of LD21 SoC package

Masahiro Yamada yamada.masahiro at socionext.com
Thu Sep 15 11:04:19 CEST 2016


Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
---

 arch/arm/mach-uniphier/boards.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-uniphier/boards.c b/arch/arm/mach-uniphier/boards.c
index 1dececb..79b1d20 100644
--- a/arch/arm/mach-uniphier/boards.c
+++ b/arch/arm/mach-uniphier/boards.c
@@ -236,7 +236,7 @@ static const struct uniphier_board_data uniphier_ld21_data = {
 	},
 	.dram_ch[1] = {
 		.base = 0xc0000000,
-		.size = 0x20000000,
+		.size = 0x40000000,
 		.width = 32,
 	},
 	.flags = UNIPHIER_BD_BOARD_LD21_GLOBAL,
-- 
1.9.1



More information about the U-Boot mailing list