Re: [PATCH 2/2] firmware: stratix10-rsu: add COMPILE_TEST support
From: Rosen Penev
Date: Wed Nov 12 2025 - 01:20:47 EST
On Tue, Nov 11, 2025 at 7:44 PM Dinh Nguyen <dinguyen@xxxxxxxxxx> wrote:
>
> Hi Rosen,
>
> On 11/10/25 15:24, Rosen Penev wrote:
> > Helps the buildbots catch potential issues.
> >
> > Remove ARM64 dependency. ARM32 can build this now.
> >
>
> This driver will not run on an ARM32, so why are we trying to build for it?
I was mostly trying to get COMPILE_TEST working and compiled on ARM32
to make sure nothing blows up. I'll add back ARM64.
>
> Dinh