Re: [PATCH 1/2] ARM: uniphier: set gd->ram_base correctly

2020-01-31 Thread Masahiro Yamada
On Thu, Jan 30, 2020 at 10:21 PM Masahiro Yamada wrote: > > gd->ram_base is not set at all if the end address of the DRAM ch0 > exceeds 4GB. > > Signed-off-by: Masahiro Yamada > --- Applied to u-boot-uniphier. > > arch/arm/mach-uniphier/dram_init.c | 7 +-- > 1 file changed, 1

[PATCH 1/2] ARM: uniphier: set gd->ram_base correctly

2020-01-30 Thread Masahiro Yamada
gd->ram_base is not set at all if the end address of the DRAM ch0 exceeds 4GB. Signed-off-by: Masahiro Yamada --- arch/arm/mach-uniphier/dram_init.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/arch/arm/mach-uniphier/dram_init.c