Hi,
From omap_remoteproc.c, I see it have omap_rproc_get_firmware, rproc_alloc and rproc_add, which I think not need by earlyboot. Becuase it should already did in SPL.
But after I remove it, rpmsg will bind failed.
So should I still keep omap_remoteproc in earlyboot mode? Will it duplicated with SPL?
Thanks!