From: Daniel Schultz Date: Fri, 28 Mar 2025 05:58:22 +0000 (-0700) Subject: configs: phycore_am64x_a53_defconfig: Enable remoteproc cmd X-Git-Tag: v2025.07-rc1~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0819316de97ed57cb094f2ac50a5b4ab138f6e7a;p=pandora-u-boot.git configs: phycore_am64x_a53_defconfig: Enable remoteproc cmd 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 M4 or R5 cores in the AM64x soc. Signed-off-by: Daniel Schultz Reviewed-by: Mattijs Korpershoek --- diff --git a/configs/phycore_am64x_a53_defconfig b/configs/phycore_am64x_a53_defconfig index 4ee1bd829a3..72936865132 100644 --- a/configs/phycore_am64x_a53_defconfig +++ b/configs/phycore_am64x_a53_defconfig @@ -77,6 +77,7 @@ CONFIG_CMD_GPT=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