ARM: uniphier: set gd->ram_base correctly
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 30 Jan 2020 13:20:37 +0000 (22:20 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 31 Jan 2020 16:14:32 +0000 (01:14 +0900)
commit6da69d33f5280c9c80690310e1fb3d3e1c821d3e
treeaf3454c128dadf22dec4a5403649446f366dba0a
parent407b01b3b3f548d951b3c35a40bb49bb82f31748
ARM: uniphier: set gd->ram_base correctly

gd->ram_base is not set at all if the end address of the DRAM ch0
exceeds the 4GB limit.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/dram_init.c