diff options
| author | Tom Rini <[email protected]> | 2024-05-15 10:45:33 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-15 10:45:33 -0600 |
| commit | 85e2c6900ea3282b766ffc37c71f035b0f47395f (patch) | |
| tree | 306b075de550984b6e08a122baf8fa36f4cdfe77 /board | |
| parent | 9c29afe0ccff5b6d8f6c57f4b0b41e3daf6ea94a (diff) | |
| parent | bf37851dc639273feefea8115fa3d43898d58e8d (diff) | |
Merge patch series "Add remoteproc driver for AM62a SoC"
Hari Nagalla <[email protected]> says:
This series adds relevant ip data in remoteproc driver for AM62a devices.
Logs: https://paste.sr.ht/~hnagalla/5e20838705c1d688bca81886dad56451b56d3913
Diffstat (limited to 'board')
| -rw-r--r-- | board/ti/am62ax/am62ax.env | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/ti/am62ax/am62ax.env b/board/ti/am62ax/am62ax.env index 334374abb73..97122fb57ba 100644 --- a/board/ti/am62ax/am62ax.env +++ b/board/ti/am62ax/am62ax.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 @@ -27,3 +30,4 @@ get_kern_mmc=load mmc ${bootpart} ${loadaddr} get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit} partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs} +rproc_fw_binaries= 0 /lib/firmware/am62a-mcu-r5f0_0-fw 1 /lib/firmware/am62a-c71_0-fw |
