diff mbox series

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

Message ID 20240618184636.30642-4-hnagalla@ti.com
State Changes Requested
Delegated to: Tom Rini
Headers show
Series Add M4 remoteproc driver for TI K3 SoCs | expand

Commit Message

Hari Nagalla June 18, 2024, 6:46 p.m. UTC
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(+)

Comments

Nishanth Menon June 18, 2024, 6:55 p.m. UTC | #1
On 13:46-20240618, Hari Nagalla wrote:
> 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
> 

Grumble - instead of keeping on adding new SoCs, can we not spend some
effort in trying to integrate to stdboot bootmethod?
diff mbox series

Patch

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