Post Go back to editing

Remoteproc as a module in Yocto - Sc589

Hi,

We are trying to change Remoteproc to not be automatically initiated during startup as we have a dual device configuration.

When trying to build we receive the below errors using the yocto build system.

We also tried to  export symbols but it doesn't help/work

| MODPOST 28 modules
| ERROR: "sec_raise_irq" [drivers/remoteproc/adi_remoteproc.ko] undefined!
| ERROR: "sec_enable_sci" [drivers/remoteproc/adi_remoteproc.ko] undefined!
| ERROR: "sec_enable_ssi" [drivers/remoteproc/adi_remoteproc.ko] undefined!
| ERROR: "sec_set_ssi_coreid" [drivers/remoteproc/adi_remoteproc.ko] undefined!

Can you please advise how to achieve this?

Thanks,

Mark