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:
0819316
)
configs: phycore_am62x_a53_defconfig: Enable remoteproc cmd
author
Daniel Schultz
<d.schultz@phytec.de>
Fri, 28 Mar 2025 05:58:23 +0000
(22:58 -0700)
committer
Tom Rini
<trini@konsulko.com>
Fri, 11 Apr 2025 18:15:30 +0000
(12:15 -0600)
This enables the 'rproc' command, allowing users to
start, stop, and manage co-processors as well as load firmware
images.
Useful for systems with auxiliary cores, such as the M4 core
in the AM62x soc.
Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
configs/phycore_am62x_a53_defconfig
patch
|
blob
|
history
diff --git
a/configs/phycore_am62x_a53_defconfig
b/configs/phycore_am62x_a53_defconfig
index
03d4618
..
c1a46bc
100644
(file)
--- a/
configs/phycore_am62x_a53_defconfig
+++ b/
configs/phycore_am62x_a53_defconfig
@@
-76,6
+76,7
@@
CONFIG_CMD_DFU=y
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
CONFIG_CMD_MTD=y
+CONFIG_CMD_REMOTEPROC=y
CONFIG_CMD_USB=y
CONFIG_CMD_CACHE=y
CONFIG_CMD_EFIDEBUG=y