Re: [U-Boot] [PATCH] arm: dts: socfpga: stratix10: Fix memory node

2018-07-12 Thread Marek Vasut
On 07/12/2018 01:13 PM, Ley Foon Tan wrote: > Commit 5dfd5607af2114047bd ("ARM: socfpga: Pull DRAM size from DT") get > memory size from DT. So, we need to update memory size in memory node. > Otherwise, it cause U-boot hang. > > Signed-off-by: Ley Foon Tan > --- > arch/arm/dts/socfpga_stratix10

[U-Boot] [PATCH] arm: dts: socfpga: stratix10: Fix memory node

2018-07-11 Thread Ley Foon Tan
Commit 5dfd5607af2114047bd ("ARM: socfpga: Pull DRAM size from DT") get memory size from DT. So, we need to update memory size in memory node. Otherwise, it cause U-boot hang. Signed-off-by: Ley Foon Tan --- arch/arm/dts/socfpga_stratix10_socdk.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 de