[PATCH v5 07/10] spl: Enable SPL remoteproc by default for K3 ARCH

Judith Mendez jm at ti.com
Mon Feb 10 21:29:41 CET 2025


If building for v7R and K3 architecture, enable SPL
remoteproc so that it does not have to be defined in each
board defconfig file.

Signed-off-by: Judith Mendez <jm at ti.com>
---
Changes since v4:
- Add patch
---
 common/spl/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 4e56d9909c8..85225db16fe 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -1279,6 +1279,7 @@ config SPL_RAM_DEVICE
 
 config SPL_REMOTEPROC
 	bool "Support REMOTEPROCS"
+	default y if (CPU_V7R && ARCH_K3)
 	help
 	  Enable support for REMOTEPROCs in SPL. This permits to load
 	  a remote processor firmware in SPL.
-- 
2.48.0



More information about the U-Boot mailing list