public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Simon Glass <sjg@chromium.org>
Cc: U-Boot Mailing List <u-boot@lists.denx.de>
Subject: Re: [PATCH v2 124/169] Correct SPL use of PHY_CADENCE_TORRENT
Date: Wed, 8 Feb 2023 19:39:09 -0500	[thread overview]
Message-ID: <Y+RArfIimKcLBG2/@bill-the-cat> (raw)
In-Reply-To: <20230205224118.233425-125-sjg@chromium.org>

[-- Attachment #1: Type: text/plain, Size: 947 bytes --]

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@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

  reply	other threads:[~2023-02-09  0:39 UTC|newest]

Thread overview: 112+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-05 22:39 [PATCH v2 062/169] Correct SPL uses of CPU_MICROBLAZE Simon Glass
2023-02-05 22:39 ` [PATCH v2 063/169] Correct SPL use of DEBUG_UART_ZYNQ Simon Glass
2023-02-05 22:39 ` [PATCH v2 064/169] Correct SPL uses of DFU_VIRT Simon Glass
2023-02-09 17:49   ` Tom Rini
2023-02-12 23:14     ` Simon Glass
2023-02-05 22:39 ` [PATCH v2 067/169] Correct SPL use of DISPLAY_CPUINFO Simon Glass
2023-02-05 22:39 ` [PATCH v2 068/169] Correct SPL use of DM_RNG Simon Glass
2023-02-09  0:40   ` Tom Rini
2023-02-09  1:08     ` Simon Glass
2023-02-09  1:10       ` Tom Rini
2023-02-05 22:39 ` [PATCH v2 069/169] Correct SPL uses of DTB_RESELECT Simon Glass
2023-02-05 22:39 ` [PATCH v2 070/169] Correct SPL uses of DWC_ETH_QOS Simon Glass
2023-02-05 22:39 ` [PATCH v2 071/169] Correct SPL use of EFI_APP Simon Glass
2023-02-05 22:39 ` [PATCH v2 072/169] Correct SPL use of EFI_DEVICE_PATH_UTIL Simon Glass
2023-02-05 22:39 ` [PATCH v2 073/169] Correct SPL uses of EFI_HAVE_CAPSULE_SUPPORT Simon Glass
2023-02-05 22:39 ` [PATCH v2 074/169] Correct SPL use of EFI_LOADER_HII Simon Glass
2023-02-05 22:39 ` [PATCH v2 076/169] Correct SPL use of EFI_SECURE_BOOT Simon Glass
2023-02-10 18:43   ` Tom Rini
2023-02-05 22:39 ` [PATCH v2 077/169] Correct SPL use of EFI_TCG2_PROTOCOL Simon Glass
2023-02-06 23:41   ` Heinrich Schuchardt
2023-02-07  4:02     ` Simon Glass
2023-02-07  8:40       ` Heinrich Schuchardt
2023-02-07 13:38         ` Simon Glass
2023-02-05 22:39 ` [PATCH v2 078/169] Correct SPL use of EFI_UNICODE_COLLATION_PROTOCOL2 Simon Glass
2023-02-06 23:36   ` Heinrich Schuchardt
2023-02-06 23:38     ` Tom Rini
2023-02-07  1:24       ` Heinrich Schuchardt
2023-02-07  1:36         ` Tom Rini
2023-02-07  9:11           ` Heinrich Schuchardt
2023-02-05 22:39 ` [PATCH v2 079/169] Correct SPL uses of ENV_IS_IN_UBI Simon Glass
2023-02-05 22:39 ` [PATCH v2 080/169] Correct SPL uses of ENV_VARS_UBOOT_RUNTIME_CONFIG Simon Glass
2023-02-05 22:39 ` [PATCH v2 081/169] Correct SPL use of ENV_WRITEABLE_LIST Simon Glass
2023-02-05 22:39 ` [PATCH v2 082/169] Correct SPL use of EXYNOS7420 Simon Glass
2023-02-05 22:39 ` [PATCH v2 084/169] Correct SPL uses of FASTBOOT_FLASH Simon Glass
2023-02-05 22:39 ` [PATCH v2 087/169] Correct SPL use of FASTBOOT_MMC_USER_SUPPORT Simon Glass
2023-02-05 22:39 ` [PATCH v2 088/169] Correct SPL use of FDT_SIMPLEFB Simon Glass
2023-02-05 22:39 ` [PATCH v2 090/169] Correct SPL use of FSL_CAAM Simon Glass
2023-02-05 22:40 ` [PATCH v2 091/169] Correct SPL uses of FSL_ISBC_KEY_EXT Simon Glass
2023-02-09  1:09   ` Tom Rini
2023-02-12 23:14     ` Simon Glass
2023-02-05 22:40 ` [PATCH v2 092/169] Correct SPL use of FSL_MC_ENET Simon Glass
2023-02-05 22:40 ` [PATCH v2 093/169] Correct SPL use of FSP_VERSION2 Simon Glass
2023-02-10 12:41   ` Tom Rini
2023-02-12 23:14     ` Simon Glass
2023-02-05 22:40 ` [PATCH v2 094/169] Correct SPL use of FS_EROFS Simon Glass
2023-02-05 22:40 ` [PATCH v2 095/169] Correct SPL use of GENERATE_SMBIOS_TABLE Simon Glass
2023-02-09  2:40   ` Tom Rini
2023-02-12 23:14     ` Simon Glass
2023-02-05 22:40 ` [PATCH v2 096/169] Correct SPL uses of GMAC_ROCKCHIP Simon Glass
2023-02-09  1:51   ` Tom Rini
2023-02-12 23:14     ` Simon Glass
2023-02-05 22:40 ` [PATCH v2 097/169] Correct SPL use of HUSH_PARSER Simon Glass
2023-02-05 22:40 ` [PATCH v2 098/169] Correct SPL uses of HW_WATCHDOG Simon Glass
2023-02-05 22:40 ` [PATCH v2 099/169] Correct SPL uses of I8259_PIC Simon Glass
2023-02-10 12:41   ` Tom Rini
2023-02-12 23:14     ` Simon Glass
2023-02-05 22:40 ` [PATCH v2 100/169] Correct SPL uses of IMX8M Simon Glass
2023-02-05 22:40 ` [PATCH v2 101/169] Correct SPL use of IMX8MN_BEACON_2GB_LPDDR Simon Glass
2023-02-05 22:40 ` [PATCH v2 102/169] Correct SPL uses of IMX_MODULE_FUSE Simon Glass
2023-02-05 22:40 ` [PATCH v2 103/169] Correct SPL uses of IMX_RDC Simon Glass
2023-02-09  2:39   ` Tom Rini
2023-02-12 23:14     ` Simon Glass
2023-02-05 22:40 ` [PATCH v2 104/169] Correct SPL uses of LMB Simon Glass
2023-02-05 22:40 ` [PATCH v2 105/169] Correct SPL uses of MICROBLAZE Simon Glass
2023-02-05 22:40 ` [PATCH v2 106/169] Correct SPL use of MIPS_CM Simon Glass
2023-02-05 22:40 ` [PATCH v2 107/169] Correct SPL use of MMC_QUIRKS Simon Glass
2023-02-06  0:30   ` Jaehoon Chung
2023-02-09 21:32   ` Tom Rini
2023-02-05 22:40 ` [PATCH v2 108/169] Correct SPL uses of MTD Simon Glass
2023-02-05 22:40 ` [PATCH v2 109/169] Correct SPL uses of MULTIPLEXER Simon Glass
2023-02-09 15:56   ` Tom Rini
2023-02-12 23:14     ` Simon Glass
2023-02-05 22:40 ` [PATCH v2 110/169] Correct SPL uses of NEEDS_MANUAL_RELOC Simon Glass
2023-02-05 22:40 ` [PATCH v2 111/169] Correct SPL use of NETDEVICES Simon Glass
2023-02-05 22:40 ` [PATCH v2 112/169] Correct SPL uses of NXP_FSPI Simon Glass
2023-02-09  2:04   ` Tom Rini
2023-02-12 23:14     ` Simon Glass
2023-02-05 22:40 ` [PATCH v2 113/169] Correct SPL use of OCTEON_SERIAL_BOOTCMD Simon Glass
2023-02-05 22:40 ` [PATCH v2 114/169] Correct SPL use of OCTEON_SERIAL_PCIE_CONSOLE Simon Glass
2023-02-05 22:40 ` [PATCH v2 116/169] Correct SPL use of OF_EMBED Simon Glass
2023-02-05 22:40 ` [PATCH v2 118/169] Correct SPL use of PARTITION_TYPE_GUID Simon Glass
2023-02-05 22:40 ` [PATCH v2 119/169] Correct SPL use of PCI_PNP Simon Glass
2023-02-09 23:34   ` Tom Rini
2023-02-12 23:14     ` Simon Glass
2023-02-05 22:40 ` [PATCH v2 120/169] Correct SPL uses of PG_WCOM_UBOOT_BOOTPACKAGE Simon Glass
2023-02-05 22:40 ` [PATCH v2 121/169] Correct SPL uses of PG_WCOM_UBOOT_UPDATE Simon Glass
2023-02-05 22:40 ` [PATCH v2 124/169] Correct SPL use of PHY_CADENCE_TORRENT Simon Glass
2023-02-09  0:39   ` Tom Rini [this message]
2023-02-12 23:14     ` Simon Glass
2023-02-05 22:40 ` [PATCH v2 126/169] Correct SPL uses of PMIC_STPMIC1 Simon Glass
2023-02-05 22:40 ` [PATCH v2 127/169] Correct SPL use of QFW_PIO Simon Glass
2023-02-10 12:41   ` Tom Rini
2023-02-12 23:14     ` Simon Glass
2023-02-05 22:40 ` [PATCH v2 128/169] Correct SPL use of REGEX Simon Glass
2023-02-05 22:40 ` [PATCH v2 129/169] Correct SPL use of RENESAS_SDHI Simon Glass
2023-02-05 22:40 ` [PATCH v2 130/169] Correct SPL use of RESV_RAM Simon Glass
2023-02-05 22:40 ` [PATCH v2 131/169] Correct SPL uses of ROCKCHIP_EFUSE Simon Glass
2023-02-05 22:40 ` [PATCH v2 133/169] Correct SPL use of SANDBOX Simon Glass
2023-02-05 22:40 ` [PATCH v2 134/169] Correct SPL uses of SANDBOX_CLK_CCF Simon Glass
2023-02-05 22:40 ` [PATCH v2 135/169] Correct SPL uses of SAVE_PREV_BL_FDT_ADDR Simon Glass
2023-02-05 22:40 ` [PATCH v2 138/169] Correct SPL uses of SIFIVE_OTP Simon Glass
2023-02-05 22:40 ` [PATCH v2 139/169] Correct SPL use of SL28CPLD Simon Glass
2023-02-05 22:40 ` [PATCH v2 140/169] Correct SPL use of SL28_SPL_LOADS_OPTEE_BL32 Simon Glass
2023-02-05 22:40 ` [PATCH v2 144/169] Correct SPL use of STM32MP15X_STM32IMAGE Simon Glass
2023-02-05 22:40 ` [PATCH v2 145/169] Correct SPL use of SUPPORT_EMMC_RPMB Simon Glass
2023-02-06  0:30   ` Jaehoon Chung
2023-02-05 22:40 ` [PATCH v2 146/169] Correct SPL use of SYS_FSL_ERRATUM_A010539 Simon Glass
2023-02-05 22:40 ` [PATCH v2 147/169] Correct SPL uses of SYS_LONGHELP Simon Glass
2023-02-05 22:40 ` [PATCH v2 148/169] Correct SPL use of SYS_MEM_RSVD_FOR_MMU Simon Glass
2023-02-05 22:40 ` [PATCH v2 150/169] Correct SPL use of TARGET_MX6UL_9X9_EVK Simon Glass
2023-02-05 22:41 ` [PATCH v2 151/169] Correct SPL use of TARGET_PG_WCOM_EXPU1 Simon Glass
  -- strict thread matches above, loose matches on Subject: below --
2023-02-06  0:53 [PATCH v2 026/169] Correct SPL use of ARCH_VERSAL Simon Glass
2023-02-06  0:54 ` [PATCH v2 124/169] Correct SPL use of PHY_CADENCE_TORRENT Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y+RArfIimKcLBG2/@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox