diff options
| author | Hari Nagalla <[email protected]> | 2025-02-10 14:29:39 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-14 13:17:33 -0600 |
| commit | fbb3d49517e69f688e34218eee6f6fad302772c7 (patch) | |
| tree | fb56fe3107c667ad7a7c766d23e9e887a03e3563 | |
| parent | a29c66d3beb61cf2460047cb703518a1ddc92488 (diff) | |
board: ti: am62px: Add remoteproc specific env support
Add remoteproc specific env support for am62px 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/am62px/am62px.env | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/ti/am62px/am62px.env b/board/ti/am62px/am62px.env index 7ef54079aa8..2b2c938b2e1 100644 --- a/board/ti/am62px/am62px.env +++ b/board/ti/am62px/am62px.env @@ -1,6 +1,12 @@ #include <env/ti/ti_common.env> #include <env/ti/mmc.env> +#if CONFIG_CMD_REMOTEPROC +#include <env/ti/k3_rproc.env> +#endif + +rproc_fw_binaries= 0 /lib/firmware/am62p-mcu-r5f0_0-fw + name_kern=Image console=ttyS2,115200n8 args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02800000 |
