git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74e1ef6
)
spl: Enable SPL remoteproc by default for K3 ARCH
author
Judith Mendez
<jm@ti.com>
Mon, 10 Feb 2025 20:29:41 +0000
(14:29 -0600)
committer
Tom Rini
<trini@konsulko.com>
Fri, 14 Feb 2025 19:17:36 +0000
(13:17 -0600)
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@ti.com>
common/spl/Kconfig
patch
|
blob
|
history
diff --git
a/common/spl/Kconfig
b/common/spl/Kconfig
index
4e56d99
..
85225db
100644
(file)
--- 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.