public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] Revert "rockchip: Only call binman when TPL available"
@ 2023-01-27  7:21 Jagan Teki
  2023-01-27 11:44 ` Anand Moon
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Jagan Teki @ 2023-01-27  7:21 UTC (permalink / raw)
  To: Tom Rini, Kever Yang, Simon Glass, Philipp Tomsich
  Cc: u-boot, Jagan Teki, Quentin Schulz

This reverts commit f5315dd6290a588434e4f79bfd2886bb7df9210d.

[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 <quentin.schulz@theobroma-systems.com>
Signed-off-by: Jagan Teki <jagan@edgeble.ai>
---
 arch/arm/dts/rockchip-u-boot.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/rockchip-u-boot.dtsi b/arch/arm/dts/rockchip-u-boot.dtsi
index 234fc5df43..6d1fd7769e 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";
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-02-05 20:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-27  7:21 [PATCH] Revert "rockchip: Only call binman when TPL available" Jagan Teki
2023-01-27 11:44 ` Anand Moon
2023-01-30 14:59 ` Jagan Teki
2023-01-30 15:15   ` Tom Rini
2023-01-30 21:14     ` Jagan Teki
2023-01-30 21:21       ` Tom Rini
2023-01-30 21:05 ` Tom Rini
2023-01-31  2:53 ` Kever Yang
2023-01-31  3:09   ` Tom Rini
2023-01-31 10:54   ` Quentin Schulz
2023-02-04 22:23     ` Simon Glass
2023-02-05 20:29       ` Jonas Karlman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox