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

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

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 |
-- 
2.42.0.325.g3a06386e31

Reply via email to