Hi,
Simon has asked in thread
https://lists.denx.de/pipermail/u-boot/2020-July/419489.html to move to
ofnode functions. And by looking at it I found that
fdtdec_setup_memory/banksize_fdt() can be removed to simplify conversion to
ofnode. Renesas low level code is simply to convert to previous functions
that's why there is no reason to keep wrappers around.
Thanks,
Michal
Michal Simek (3):
ARM: rmobile: Switch back to fdtdec_setup_memory/banksize_fdt()
Revert "lib: fdt: Split fdtdec_setup_memory_banksize()"
Revert "lib: fdt: Split fdtdec_setup_mem_size_base()"
board/renesas/rcar-common/common.c | 4 +--
include/fdtdec.h | 39 ------------------------------
lib/fdtdec.c | 29 +++++++---------------
3 files changed, 11 insertions(+), 61 deletions(-)