
18 Jun
2024
18 Jun
'24
8:46 p.m.
Add remote proc support environment variables.
Signed-off-by: Hari Nagalla hnagalla@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