summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorIbai Erkiaga <[email protected]>2025-01-07 14:51:08 +0000
committerMichal Simek <[email protected]>2025-01-14 08:33:31 +0100
commitf039cde1e2cf0eab7934679109648b9a6fda465c (patch)
treef9914f2d19deef572669b75840788e74f4c8d8dc /drivers
parent4d335292072d89598b8752d97624c813ce8668ea (diff)
zynqmp_gqspi: update to log_debug
Update recent parallel memory support code to move to log_debug instead of debug as per logging in U-Boot documentation Signed-off-by: Ibai Erkiaga <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/spi/zynqmp_gqspi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/zynqmp_gqspi.c b/drivers/spi/zynqmp_gqspi.c
index 4251bf28cd3..2a095d0c58e 100644
--- a/drivers/spi/zynqmp_gqspi.c
+++ b/drivers/spi/zynqmp_gqspi.c
@@ -255,7 +255,7 @@ static u32 zynqmp_qspi_bus_select(struct zynqmp_qspi_priv *priv)
GQSPI_GFIFO_CS_LOWER |
GQSPI_GFIFO_CS_UPPER;
else
- debug("Wrong Bus selection:0x%x\n", priv->bus);
+ log_debug("Wrong Bus selection:0x%x\n", priv->bus);
} else {
if (priv->u_page)
gqspi_fifo_reg = GQSPI_GFIFO_LOW_BUS |