[PATCH v2 124/169] Correct SPL use of PHY_CADENCE_TORRENT
Tom Rini
trini at konsulko.com
Thu Feb 9 01:39:09 CET 2023
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 <sjg at chromium.org>
> ---
>
> (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.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20230208/709b3651/attachment.sig>
More information about the U-Boot
mailing list