All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 026/169] Correct SPL use of ARCH_VERSAL
@ 2023-02-06  0:53 Simon Glass
  2023-02-06  0:53 ` [PATCH v2 036/169] Correct SPL uses of CMD_BOOTEFI_BOOTMGR Simon Glass
                   ` (21 more replies)
  0 siblings, 22 replies; 37+ messages in thread
From: Simon Glass @ 2023-02-06  0:53 UTC (permalink / raw)
  To: U-Boot Mailing List; +Cc: Tom Rini, Simon Glass

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_ARCH_VERSAL defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>
---

(no changes since v1)

 drivers/spi/cadence_qspi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/spi/cadence_qspi.c b/drivers/spi/cadence_qspi.c
index 328dfb0a388..3ce5f8fb8d8 100644
--- a/drivers/spi/cadence_qspi.c
+++ b/drivers/spi/cadence_qspi.c
@@ -249,7 +249,7 @@ static int cadence_spi_probe(struct udevice *bus)
 
 	priv->wr_delay = 50 * DIV_ROUND_UP(NSEC_PER_SEC, priv->ref_clk_hz);
 
-	if (CONFIG_IS_ENABLED(ARCH_VERSAL)) {
+	if (IS_ENABLED(CONFIG_ARCH_VERSAL)) {
 		/* Versal platform uses spi calibration to set read delay */
 		if (priv->read_delay >= 0)
 			priv->read_delay = -1;
-- 
2.39.1.519.gcb327c4b5f-goog


^ permalink raw reply related	[flat|nested] 37+ messages in thread

end of thread, other threads:[~2023-02-12 23:17 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-06  0:53 [PATCH v2 026/169] Correct SPL use of ARCH_VERSAL Simon Glass
2023-02-06  0:53 ` [PATCH v2 036/169] Correct SPL uses of CMD_BOOTEFI_BOOTMGR Simon Glass
2023-02-06 23:54   ` Heinrich Schuchardt
2023-02-07  0:00     ` Tom Rini
2023-02-07  7:39       ` Heinrich Schuchardt
2023-02-07 14:50         ` Tom Rini
2023-02-07 15:31           ` Simon Glass
2023-02-07 16:26             ` Tom Rini
2023-02-08  8:55           ` Heinrich Schuchardt
2023-02-06  0:53 ` [PATCH v2 065/169] Correct SPL uses of DISPLAY_AER_BRIEF Simon Glass
2023-02-06  0:54 ` [PATCH v2 075/169] Correct SPL use of EFI_MM_COMM_TEE Simon Glass
2023-02-06 23:57   ` Heinrich Schuchardt
2023-02-06  0:54 ` [PATCH v2 083/169] Correct SPL uses of FASTBOOT Simon Glass
2023-02-06  0:54 ` [PATCH v2 085/169] Correct SPL uses of FASTBOOT_FLASH_MMC Simon Glass
2023-02-06  0:54 ` [PATCH v2 086/169] Correct SPL uses of FASTBOOT_FLASH_NAND Simon Glass
2023-02-06  0:54 ` [PATCH v2 089/169] Correct SPL uses of FEC_MXC Simon Glass
2023-02-06  0:54 ` [PATCH v2 115/169] Correct SPL uses of OF_BOARD Simon Glass
2023-02-06  0:54 ` [PATCH v2 117/169] Correct SPL use of PANEL Simon Glass
2023-02-06  0:54 ` [PATCH v2 123/169] Correct SPL use of PHY_CADENCE_SIERRA Simon Glass
2023-02-06  0:54 ` [PATCH v2 124/169] Correct SPL use of PHY_CADENCE_TORRENT Simon Glass
2023-02-06  0:54 ` [PATCH v2 126/169] Correct SPL uses of PMIC_STPMIC1 Simon Glass
2023-02-06  0:54 ` [PATCH v2 132/169] Correct SPL uses of ROCKCHIP_OTP Simon Glass
2023-02-06  0:55 ` [PATCH v2 136/169] Correct SPL uses of SAVE_PREV_BL_INITRAMFS_START_ADDR Simon Glass
2023-02-06  0:55 ` [PATCH v2 137/169] Correct SPL uses of SEC_FIRMWARE_ARMV8_PSCI Simon Glass
2023-02-09  1:19   ` Tom Rini
2023-02-12 23:14     ` Simon Glass
2023-02-06  0:55 ` [PATCH v2 141/169] Correct SPL use of SPI_FLASH_BAR Simon Glass
2023-02-09  1:30   ` Tom Rini
2023-02-12 23:14     ` Simon Glass
2023-02-06  0:55 ` [PATCH v2 142/169] Correct SPL uses of SPI_FLASH_MACRONIX Simon Glass
2023-02-09 17:05   ` Tom Rini
2023-02-12 23:15     ` Simon Glass
2023-02-06  0:55 ` [PATCH v2 143/169] Correct SPL use of SPLASH_SOURCE Simon Glass
2023-02-06  0:55 ` [PATCH v2 149/169] Correct SPL uses of TARGET_LX2160ARDB Simon Glass
2023-02-06  0:55 ` [PATCH v2 154/169] Correct SPL uses of TEN64_CONTROLLER Simon Glass
2023-02-06  0:55 ` [PATCH v2 161/169] Correct SPL uses of USB_KEYBOARD Simon Glass
2023-02-06  0:55 ` [PATCH v2 165/169] Correct SPL use of VIDEO_BPP16 Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.