From: Jagan Teki Date: Fri, 27 Jan 2023 07:21:33 +0000 (+0530) Subject: Revert "rockchip: Only call binman when TPL available" X-Git-Tag: baikal/mips/sdk5.8.2~5^2~70 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=664280257296bbd415c5f471390924f7d248a3dd;p=uboot.git Revert "rockchip: Only call binman when TPL available" This reverts commit bec93e4c4eb70d9c459a1d76b467aa6127afb140. [why] TPL is not mandatory for not all Rockchip SoCs, some SoCs like RK356x, and RK3588 still use mainline u-boot without TPL as their ddr init programs are accessed via binaries provided by Rockchip instead of ddr source code. Marking TPL build makes it not able to build u-boot.itb on RK356x targets so revert this so that it can build an SPL build that would support all across Rockchip platforms. Suggested-by: Quentin Schulz Signed-off-by: Jagan Teki Tested-by: Anand Moon # CM3 --- diff --git a/arch/arm/dts/rockchip-u-boot.dtsi b/arch/arm/dts/rockchip-u-boot.dtsi index f147dc2066..6c662a72d4 100644 --- a/arch/arm/dts/rockchip-u-boot.dtsi +++ b/arch/arm/dts/rockchip-u-boot.dtsi @@ -11,7 +11,7 @@ }; }; -#ifdef CONFIG_TPL +#ifdef CONFIG_SPL &binman { simple-bin { filename = "u-boot-rockchip.bin";