ARM: rmobile: Switch back to fdtdec_setup_memory/banksize_fdt()
authorMichal Simek <michal.simek@xilinx.com>
Fri, 10 Jul 2020 11:16:48 +0000 (13:16 +0200)
committerSimon Glass <sjg@chromium.org>
Sat, 25 Jul 2020 20:46:57 +0000 (14:46 -0600)
commit988341d84ad75aa302ae342b44dff041f54c334f
tree710056d695ad55f2e75172d78e33715b5a67d12b
parente5ff9ab70a0409b1a3d263de7346f46568565ba5
ARM: rmobile: Switch back to fdtdec_setup_memory/banksize_fdt()

The commit 361377dbdbc9 ("ARM: rmobile: Merge prior-stage firmware DT
fragment into U-Boot DT on Gen3") reverted changes introduced by commit
175f5027345c ("ARM: renesas: Configure DRAM size from ATF DT fragment")
that's why there is no reason to use functions with _fdt() suffix because
parameter is gd->fdt_blob as is already for functions without _fdt()
suffix.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
board/renesas/rcar-common/common.c