I had to update the PR... The following changes since commit c2279d784e35fa25ee3a9fa28a74a1ba545f8c1e:
Merge branch '2020-05-18-reduce-size-of-common.h' (2020-05-19 10:51:43 -0400) are available in the Git repository at: git://git.denx.de/u-boot-sh.git master for you to fetch changes up to 56f01746ab5c6950bd0f76d02252ee4450f86659: sh: Enable ffunction-sections and fdata-sections (2020-05-20 13:20:25 +0200) ---------------------------------------------------------------- Marek Vasut (7): libfdt: Export overlay_apply_node() as fdt_overlay_apply_node() fdtdec: Add weak function to patch U-Boot DT right after fdtdec_setup() ARM: dts: rmobile: Reserve space in R-Car Gen3 DTs ARM: rmobile: Merge prior-stage firmware DT fragment into U-Boot DT on Gen3 ARM: rmobile: Enable support for OpTee on Gen3 ARM: dts: rmobile: Enable eMMC DDR52 modes on Gen3 Salvator-X(S),ULCB,Ebisu sh: Enable ffunction-sections and fdata-sections arch/arm/dts/Makefile | 4 ++++ arch/arm/dts/r8a77950-salvator-x-u-boot.dts | 2 ++ arch/arm/dts/r8a77950-ulcb-u-boot.dts | 2 ++ arch/arm/dts/r8a77960-salvator-x-u-boot.dts | 2 ++ arch/arm/dts/r8a77960-ulcb-u-boot.dts | 2 ++ arch/arm/dts/r8a77965-salvator-x-u-boot.dts | 2 ++ arch/arm/dts/r8a77965-ulcb-u-boot.dts | 2 ++ arch/arm/dts/r8a77990-ebisu.dts | 1 + arch/sh/config.mk | 2 +- board/renesas/rcar-common/common.c | 28 ++++++++++------------------ configs/r8a77970_eagle_defconfig | 2 ++ configs/r8a77980_condor_defconfig | 2 ++ configs/r8a77990_ebisu_defconfig | 2 ++ configs/r8a77995_draak_defconfig | 2 ++ configs/rcar3_salvator-x_defconfig | 2 ++ configs/rcar3_ulcb_defconfig | 2 ++ include/fdtdec.h | 5 +++++ lib/fdtdec.c | 11 ++++++++++- scripts/dtc/libfdt/fdt_overlay.c | 5 +++++ scripts/dtc/libfdt/libfdt.h | 7 +++++++ 20 files changed, 67 insertions(+), 20 deletions(-)