Hi Tom, On Wed, 8 Feb 2023 at 17:39, Tom Rini <[email protected]> wrote: > > On Sun, Feb 05, 2023 at 03:40:33PM -0700, Simon Glass wrote: > > > This converts 1 usage of this option to the non-SPL form, since there is > > no SPL_PHY_CADENCE_TORRENT defined in Kconfig > > > > Signed-off-by: Simon Glass <[email protected]> > > --- > > > > (no changes since v1) > > > > drivers/phy/cadence/Makefile | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/phy/cadence/Makefile b/drivers/phy/cadence/Makefile > > index c247feb8262..a1cb6868c9e 100644 > > --- a/drivers/phy/cadence/Makefile > > +++ b/drivers/phy/cadence/Makefile > > @@ -1,2 +1,2 @@ > > obj-$(CONFIG_PHY_CADENCE_SIERRA) += phy-cadence-sierra.o > > -obj-$(CONFIG_$(SPL_)PHY_CADENCE_TORRENT) += phy-cadence-torrent.o > > +obj-$(CONFIG_PHY_CADENCE_TORRENT) += phy-cadence-torrent.o > > This is a size increase on j7200_evm_a72 where we do not want this PHY > in SPL. And FWIW, the sierra one is the same case, on other TI K3 > platforms.
I'll add this to config_nospl Regards, Simon

