[PATCH 3/3] board: ti: am62x: Add remote proc env variables

Hari Nagalla hnagalla at ti.com
Tue Jun 18 20:46:36 CEST 2024


Add remote proc support environment variables.

Signed-off-by: Hari Nagalla <hnagalla at ti.com>
---
 board/ti/am62x/am62x.env | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/board/ti/am62x/am62x.env b/board/ti/am62x/am62x.env
index 9cb186c2a0..f8a73d4c47 100644
--- a/board/ti/am62x/am62x.env
+++ b/board/ti/am62x/am62x.env
@@ -1,5 +1,8 @@
 #include <env/ti/ti_common.env>
 #include <env/ti/mmc.env>
+#if CONFIG_CMD_REMOTEPROC
+#include <env/ti/k3_rproc.env>
+#endif
 
 name_kern=Image
 console=ttyS2,115200n8
@@ -18,3 +21,4 @@ splashfile=ti_logo_414x97_32bpp.bmp.gz
 splashimage=0x80200000
 splashpos=m,m
 splashsource=sf
+rproc_fw_binaries= 0 /lib/firmware/am62-mcu-m4f0_0-fw
-- 
2.34.1



More information about the U-Boot mailing list