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

15 Sep
2016
15 Sep
'16
11:04 a.m.
Signed-off-by: Masahiro Yamada yamada.masahiro@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
3159
Age (days ago)
3159
Last active (days ago)
0 comments
1 participants
participants (1)
-
Masahiro Yamada