On 13:46-20240618, Hari Nagalla wrote: > Add remote proc support environment variables. > > Signed-off-by: Hari Nagalla <[email protected]> > --- > 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? -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

