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 v3 11/95] Correct SPL use of PHY_CADENCE_SIERRA
Date: Tue, 14 Feb 2023 11:30:59 -0500 [thread overview]
Message-ID: <Y+u3Q936PaybO2xu@bill-the-cat> (raw)
In-Reply-To: <20230212231638.1134219-12-sjg@chromium.org>
[-- Attachment #1: Type: text/plain, Size: 915 bytes --]
On Sun, Feb 12, 2023 at 04:15:14PM -0700, Simon Glass wrote:
> This converts 1 usage of this option to the non-SPL form, since there is
> no SPL_PHY_CADENCE_SIERRA 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 af63b32d9f5..c247feb8262 100644
> --- a/drivers/phy/cadence/Makefile
> +++ b/drivers/phy/cadence/Makefile
> @@ -1,2 +1,2 @@
> -obj-$(CONFIG_$(SPL_)PHY_CADENCE_SIERRA) += phy-cadence-sierra.o
> +obj-$(CONFIG_PHY_CADENCE_SIERRA) += phy-cadence-sierra.o
> obj-$(CONFIG_$(SPL_)PHY_CADENCE_TORRENT) += phy-cadence-torrent.o
This, and then PHY_CADENCE_TORRENT take this the wrong direction, both
symbols should be false for non-PPL builds.
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
next prev parent reply other threads:[~2023-02-14 16:31 UTC|newest]
Thread overview: 118+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-12 23:15 [PATCH v3 00/95] RFC: Migrate to split config Simon Glass
2023-02-12 23:15 ` [PATCH v3 01/95] mtd: Drop unused kb9202_nand driver Simon Glass
2023-02-14 10:53 ` Michael Nazzareno Trimarchi
2023-02-12 23:15 ` [PATCH v3 02/95] mtd: Drop unused CONFIG_ONENAND_U_BOOT Simon Glass
2023-02-12 23:15 ` [PATCH v3 03/95] sh4: Drop unused twl6030 driver Simon Glass
2023-02-12 23:15 ` [PATCH v3 04/95] moveconfig: Update to detect / correct missing SPL Kconfigs Simon Glass
2023-02-12 23:15 ` [PATCH v3 05/95] bootstd: Disable QFW bootmeth in SPL Simon Glass
2023-02-12 23:15 ` [PATCH v3 06/95] Correct SPL uses of ARCH_MVEBU Simon Glass
2023-02-12 23:15 ` [PATCH v3 07/95] Correct SPL uses of DISPLAY_AER_FULL Simon Glass
2023-02-12 23:15 ` [PATCH v3 08/95] Correct SPL uses of FSL_ISBC_KEY_EXT Simon Glass
2023-02-12 23:15 ` [PATCH v3 09/95] Correct SPL uses of MULTIPLEXER Simon Glass
2023-02-14 16:32 ` Tom Rini
2023-02-12 23:15 ` [PATCH v3 10/95] Correct SPL use of PG_WCOM_UBOOT_UPDATE_SUPPORTED Simon Glass
2023-02-12 23:15 ` [PATCH v3 11/95] Correct SPL use of PHY_CADENCE_SIERRA Simon Glass
2023-02-14 16:30 ` Tom Rini [this message]
2023-02-21 19:35 ` Simon Glass
2023-02-21 23:02 ` Tom Rini
2023-02-21 23:09 ` Simon Glass
2023-02-21 23:22 ` Simon Glass
2023-02-12 23:15 ` [PATCH v3 12/95] Correct SPL uses of PHY_FIXED Simon Glass
2023-02-12 23:15 ` [PATCH v3 13/95] boot: Add a Kconfig for SPL_FIT_CIPHER Simon Glass
2023-02-12 23:15 ` [PATCH v3 14/95] boot: Add a Kconfig for SPL_BOOTSTD_FULL Simon Glass
2023-02-12 23:15 ` [PATCH v3 15/95] boot: Add Kconfigs for BOOTMETH_VBE_REQUEST Simon Glass
2023-02-12 23:15 ` [PATCH v3 16/95] Correct SPL use of DM_RNG Simon Glass
2023-02-12 23:15 ` [PATCH v3 17/95] boot: Add a Kconfig for SPL_BOOTDEV_SPI_FLASH Simon Glass
2023-02-12 23:15 ` [PATCH v3 18/95] boot: Add a Kconfig for SPL_BOOTDEV_ETH Simon Glass
2023-02-12 23:15 ` [PATCH v3 19/95] dm: Add a Kconfig for SPL_DEVRES Simon Glass
2023-02-12 23:15 ` [PATCH v3 20/95] dm: Add a Kconfig for SPL_DM_HWSPINLOCK Simon Glass
2023-02-12 23:15 ` [PATCH v3 21/95] boot: Add a Kconfig for SPL_OF_LIVE Simon Glass
2023-02-12 23:15 ` [PATCH v3 22/95] cmd: Add a Kconfig for SPL_CRC32_VERIFY Simon Glass
2023-02-12 23:15 ` [PATCH v3 23/95] console: Add a Kconfig for SPL_CONSOLE_MUX et al Simon Glass
2023-02-12 23:15 ` [PATCH v3 24/95] button: Add a Kconfig for SPL_BUTTON Simon Glass
2023-02-12 23:15 ` [PATCH v3 25/95] lib: Add a Kconfig for SPL_ERRNO_STR Simon Glass
2023-02-12 23:15 ` [PATCH v3 26/95] lib: Add a Kconfig for SPL_FSP_VERSION2 Simon Glass
2023-02-12 23:15 ` [PATCH v3 27/95] iommu: Add a Kconfig for SPL_IOMMU Simon Glass
2023-02-12 23:15 ` [PATCH v3 28/95] pinctrl: Add a Kconfig for SPL_PINCTRL_ARMADA_38X Simon Glass
2023-02-12 23:15 ` [PATCH v3 29/95] virtio: Add a Kconfig for SPL_VIRTIO Simon Glass
2023-02-12 23:15 ` [PATCH v3 30/95] lib: Add a Kconfig for SPL_BZIP2 Simon Glass
2023-02-12 23:15 ` [PATCH v3 31/95] acpi: Add a Kconfig for SPL_ACPIGEN Simon Glass
2023-02-12 23:15 ` [PATCH v3 32/95] rockchip: Add a Kconfig for SPL_RESET_ROCKCHIP Simon Glass
2023-02-12 23:15 ` [PATCH v3 33/95] mediatek: Add a Kconfig for SPL_RESET_MEDIATEK Simon Glass
2023-02-12 23:15 ` [PATCH v3 34/95] lib: Add a Kconfig for SPL_GENERATE_ACPI_TABLE Simon Glass
2023-02-12 23:15 ` [PATCH v3 35/95] efi: Add a Kconfig for SPL_EFI_LOADER et al Simon Glass
2023-02-12 23:15 ` [PATCH v3 36/95] moveconfig: Various minor improvements Simon Glass
2023-02-12 23:15 ` [PATCH v3 37/95] sandbox: Expand size for VPL image Simon Glass
2023-02-12 23:15 ` [PATCH v3 38/95] event: Add Kconfig options for SPL Simon Glass
2023-02-12 23:15 ` [PATCH v3 39/95] bootstd: " Simon Glass
2023-02-12 23:15 ` [PATCH v3 40/95] cmd: Add SPL Kconfigs for CMDLINE and HUSH Simon Glass
2023-02-12 23:15 ` [PATCH v3 41/95] boot: Add a Kconfig for SPL_QCOM_PMIC_GPIO Simon Glass
2023-02-12 23:15 ` [PATCH v3 42/95] cros_ec: Add SPL Kconfigs for cros_ec features Simon Glass
2023-02-12 23:15 ` [PATCH v3 43/95] boot: Add a Kconfig for SPL_UT_COMPRESSION Simon Glass
2023-02-12 23:15 ` [PATCH v3 44/95] env: Avoid checking ENV_IS_IN when env disabled Simon Glass
2023-02-12 23:15 ` [PATCH v3 45/95] boot: Add a Kconfig for SPL_AVB_VERIFY Simon Glass
2023-02-12 23:15 ` [PATCH v3 46/95] env: Allow VPL environment to be nowhere Simon Glass
2023-02-12 23:15 ` [PATCH v3 47/95] lib: Add VPL options for SHA1 and SHA256 Simon Glass
2023-02-12 23:15 ` [PATCH v3 48/95] x86: Use string functions for all 32-bit builds Simon Glass
2023-02-12 23:15 ` [PATCH v3 49/95] lib: Fix build condition for tiny-printf Simon Glass
2023-02-12 23:15 ` [PATCH v3 50/95] sandbox: Tidy up RTC options Simon Glass
2023-02-12 23:15 ` [PATCH v3 51/95] sandbox: Use the generic VPL option to enable VPL Simon Glass
2023-02-12 23:15 ` [PATCH v3 52/95] sandbox: Tidy up I2C options Simon Glass
2023-02-12 23:15 ` [PATCH v3 53/95] fixdep: Add support for VPL Simon Glass
2023-02-12 23:15 ` [PATCH v3 54/95] fixdep: Refactor to make testing easier Simon Glass
2023-02-12 23:15 ` [PATCH v3 55/95] fixdep: Add some tests for parse_config_line() Simon Glass
2023-02-12 23:15 ` [PATCH v3 56/95] test: Add SPL versions of the TEST_KCONFIG options Simon Glass
2023-02-12 23:16 ` [PATCH v3 57/95] lib: Add an SPL config for LIB_UUID Simon Glass
2023-02-12 23:16 ` [PATCH v3 58/95] test: Tidy up sandbox handling in test-main Simon Glass
2023-02-12 23:16 ` [PATCH v3 59/95] kconfig: Add a configuration file for nospl Simon Glass
2023-02-12 23:16 ` [PATCH v3 60/95] kconfig: Refactor code into separate writer functions Simon Glass
2023-02-12 23:16 ` [PATCH v3 61/95] kconfig: Support writing separate SPL files Simon Glass
2023-02-14 16:31 ` Tom Rini
2023-02-14 16:58 ` Simon Glass
2023-02-14 17:38 ` Tom Rini
2023-02-14 19:59 ` Simon Glass
2023-02-14 20:51 ` Tom Rini
2023-02-14 22:42 ` Simon Glass
2023-02-15 2:35 ` Tom Rini
2023-02-12 23:16 ` [PATCH v3 62/95] Rename CONFIG_TEXT_BASE Simon Glass
2023-02-12 23:16 ` [PATCH v3 63/95] x86: Fix up some Kconfig options Simon Glass
2023-02-12 23:16 ` [PATCH v3 64/95] Add VPL options for BLOBLIST Simon Glass
2023-02-12 23:16 ` [PATCH v3 65/95] omap: Correct an SPL build error with watchdog Simon Glass
2023-02-14 16:34 ` Tom Rini
2023-02-14 16:43 ` Tom Rini
2023-02-22 19:16 ` Simon Glass
2023-02-23 6:37 ` Stefan Roese
2023-02-12 23:16 ` [PATCH v3 66/95] freescale: pm9g45: Fix problems with ls1021aqds_nand et al Simon Glass
2023-02-12 23:16 ` [PATCH v3 67/95] imx: watchdog: Correct watchdog error condition Simon Glass
2023-02-12 23:16 ` [PATCH v3 68/95] socfpga: Use the correct condition for SYS_L2_PL310 Simon Glass
2023-02-14 16:38 ` Tom Rini
2023-02-22 19:16 ` Simon Glass
2023-02-22 19:56 ` Tom Rini
2023-02-12 23:16 ` [PATCH v3 69/95] rockchip: Avoid checking environment without ENV_SUPPORT Simon Glass
2023-02-12 23:16 ` [PATCH v3 70/95] freescale: Drop old pre-DM_ETH code Simon Glass
2023-02-12 23:16 ` [PATCH v3 71/95] imx: Use SATA instead of CMD_SATA Simon Glass
2023-02-12 23:16 ` [PATCH v3 72/95] net: Add an SPL config for atheros Simon Glass
2023-02-18 20:07 ` Ramon Fried
2023-02-12 23:16 ` [PATCH v3 73/95] freescale: Fix odd use of ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE Simon Glass
2023-02-12 23:16 ` [PATCH v3 74/95] serial: Support ns16550 driver in TPL Simon Glass
2023-02-12 23:16 ` [PATCH v3 75/95] pci: Use the correct symbol to enable struct members Simon Glass
2023-02-12 23:16 ` [PATCH v3 76/95] x86: Fix monitor base for split config Simon Glass
2023-02-12 23:16 ` [PATCH v3 77/95] dm: Add a TPL symbol for simple-bus Simon Glass
2023-02-12 23:16 ` [PATCH v3 78/95] x86: coral: Avoid build errors with missing SPL symbols Simon Glass
2023-02-12 23:16 ` [PATCH v3 79/95] power: wanderboard: Correct conditions for split config Simon Glass
2023-02-12 23:49 ` Fabio Estevam
2023-02-12 23:16 ` [PATCH v3 81/95] Allow distroboot environment to be the same in SPL Simon Glass
2023-02-12 23:16 ` [PATCH v3 82/95] command: Don't allow commands " Simon Glass
2023-02-12 23:16 ` [PATCH v3 83/95] Makefile: Include the config for the phase being built Simon Glass
2023-02-12 23:16 ` [PATCH v3 84/95] Makefile: Use empty SPL_ and SPL_TPL_ vars Simon Glass
2023-02-12 23:16 ` [PATCH v3 85/95] kconfig: Drop single-param use of CONFIG_IS_ENABLED() Simon Glass
2023-02-12 23:16 ` [PATCH v3 86/95] kconfig: Adjust the meaning " Simon Glass
2023-02-12 23:16 ` [PATCH v3 87/95] kconfig: Drop CONFIG_IF_ENABLED_INT() Simon Glass
2023-02-12 23:16 ` [PATCH v3 88/95] kconfig: Drop CONFIG_IS_ENABLED() Simon Glass
2023-02-12 23:16 ` [PATCH v3 89/95] kconfig: drop config_opt_enabled() Simon Glass
2023-02-12 23:16 ` [PATCH v3 90/95] kconfig: Drop CONFIG_VAL() Simon Glass
2023-02-12 23:16 ` [PATCH v3 91/95] Makefile: Clean up an unnecessary Makefile piece Simon Glass
2023-02-12 23:16 ` [PATCH v3 92/95] fixdep: Drop support for CONFIG_IS_ENABLED and CONFIG_VAL Simon Glass
2023-02-12 23:16 ` [PATCH v3 93/95] kconfig: Move closer to the Linux version Simon Glass
2023-02-12 23:16 ` [PATCH v3 94/95] checkpatch: Remove unwanted CONFIG_IS_ENABLED rules Simon Glass
2023-02-12 23:16 ` [PATCH v3 95/95] Makefile: Drop SPL_ and SPL_TPL_ macros 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+u3Q936PaybO2xu@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