SPL config is for SPL The falcon mode config is not in this patch series
> -----Original Message----- > From: Philip Molloy <[email protected]> > Sent: Wednesday, July 9, 2025 10:24 AM > To: Greg Malysa <[email protected]>; [email protected] > Cc: Linux Factory <[email protected]>; Bimpikas, Vasileios > <[email protected]>; Agarwal, Utsav > <[email protected]>; Artamonovs, Arturs > <[email protected]>; Nathan Barrett-Morrison > <[email protected]>; Ian Roberts <[email protected]>; > Oliver Gaskell <[email protected]>; Tom Rini <[email protected]>; > Trevor Woerner <[email protected]> > Subject: Re: [PATCH 08/10] board: adi: Add support for SC598 > > [External] > > On Mon, 2025-06-02 at 15:44 -0400, Greg Malysa wrote: > > > This adds support for the Analog Devices SC598-SOM and configurations > > > for using it with both the SOMCRR-EZKIT and SOMCRR-EZLITE. > > > > > > Signed-off-by: Vasileios Bimpikas <[email protected]> > > > Signed-off-by: Utsav Agarwal <[email protected]> > > > Signed-off-by: Arturs Artamonovs <[email protected]> > > > Signed-off-by: Nathan Barrett-Morrison <[email protected]> > > > Signed-off-by: Greg Malysa <[email protected]> > > > --- > > > > > > arch/arm/dts/sc598-som-ezkit.dts | 166 ++++++++++++ > > > arch/arm/dts/sc598-som-ezlite.dts | 82 ++++++ > > > arch/arm/dts/sc598-som.dtsi | 237 > > > +++++++++++++++++- > > > arch/arm/dts/sc59x.dtsi | 183 ++++++++++++++ > > > arch/arm/dts/sc5xx.dtsi | 137 +++++++++- > > > board/adi/common-sc598-som/sc598-som.c | 34 +++ > > > board/adi/sc598-som-ezkit/Makefile | 8 + > > > board/adi/sc598-som-ezkit/sc598-som-ezkit.env | 18 +- > > > board/adi/sc598-som-ezlite/Makefile | 8 + > > > .../adi/sc598-som-ezlite/sc598-som-ezlite.env | 12 +- > > > configs/sc598-som-ezkit-spl_defconfig | 123 +++++++++ > > > configs/sc598-som-ezlite-spl_defconfig | 123 +++++++++ > > I assume `-spl` was added to the defconfig name to distinguish it from the > defconfig enabling falcon mode? Seems like it makes sense to remove it for > mainline.

