aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2022-12-18 20:43:38 +0800
committerKever Yang <kever.yang@rock-chips.com>2022-12-19 10:55:58 +0800
commitf5315dd6290a588434e4f79bfd2886bb7df9210d (patch)
treed012d47a1685b6b9990edc02c87c7d5a3002ba02
parent9bd3d354a1a0712ac27c717df9ad60566b0406ee (diff)
downloadu-boot-f5315dd6290a588434e4f79bfd2886bb7df9210d.zip
u-boot-f5315dd6290a588434e4f79bfd2886bb7df9210d.tar.gz
u-boot-f5315dd6290a588434e4f79bfd2886bb7df9210d.tar.bz2
rockchip: Only call binman when TPL available
Rockchip platform use TPL to do the DRAM initialize for all the SoCs, if TPL is not available, means no available DRAM init program, and the u-boot-rockchip.bin is not functionable. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Change-Id: I2299f1eddce5aa7d5fb1a3fb4d8aeaa995b397fa
-rw-r--r--arch/arm/dts/rockchip-u-boot.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/rockchip-u-boot.dtsi b/arch/arm/dts/rockchip-u-boot.dtsi
index 584f21e..fa094b0 100644
--- a/arch/arm/dts/rockchip-u-boot.dtsi
+++ b/arch/arm/dts/rockchip-u-boot.dtsi
@@ -11,7 +11,7 @@
};
};
-#ifdef CONFIG_SPL
+#ifdef CONFIG_TPL
&binman {
simple-bin {
filename = "u-boot-rockchip.bin";