Re: [GIT PULL] remoteproc updates for v6.12
From: Mathieu Poirier
Date: Tue Sep 24 2024 - 17:17:29 EST
On Tue, Sep 24, 2024 at 12:52:42PM -0700, Linus Torvalds wrote:
> On Tue, 24 Sept 2024 at 12:31, Linus Torvalds
> <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
> >
> > It's in my tree now, but please fix asap.
>
> Argh, now that I noticed it, I can no longer unsee it.
>
> So I did this
>
> - depends on ARCH_K3 || COMPILE_TEST
> + depends on ARCH_OMAP2PLUS || ARCH_K3
>
Thank you for doing this and apologies for the late reply.
Mathieu
> to the TI_K3_M4_REMOTEPROC entry so that it wouldn't try to select
> OMAP2PLUS_MBOX in conditions where it isn't valid.
>
> Linus