diff options
| author | Hari Nagalla <[email protected]> | 2025-02-10 14:29:38 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-14 13:17:30 -0600 |
| commit | a29c66d3beb61cf2460047cb703518a1ddc92488 (patch) | |
| tree | ac9e0adc39b066f49ac09579b9a601eb356f46ca | |
| parent | ad43cb51b1dd36d0dcab4ccfaf02575746ebb40b (diff) | |
board: ti: am62x: Add remoteproc specific env support
Add remoteproc specific env support for am62x device. If the
remoteproc CMD is defined, include the K3 remoteproc environment.
Also define rproc_fw_binaries which holds a list of remoteproc FW
binaries for u-boot loading of remote cores.
Signed-off-by: Hari Nagalla <[email protected]>
Signed-off-by: Judith Mendez <[email protected]>
Reviewed-by: Andrew Davis <[email protected]>
| -rw-r--r-- | board/ti/am62x/am62x.env | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/ti/am62x/am62x.env b/board/ti/am62x/am62x.env index 078cc4b5ac9..60b5fd5e6ca 100644 --- a/board/ti/am62x/am62x.env +++ b/board/ti/am62x/am62x.env @@ -2,6 +2,12 @@ #include <env/ti/mmc.env> #include <env/ti/k3_dfu.env> +#if CONFIG_CMD_REMOTEPROC +#include <env/ti/k3_rproc.env> +#endif + +rproc_fw_binaries= 0 /lib/firmware/am62-mcu-m4f0_0-fw + name_kern=Image console=ttyS2,115200n8 args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02800000 |
