From 6a2733dd05253d152d0f6a05abd48a20d843ef67 Mon Sep 17 00:00:00 2001 From: SPRESENSE <41312067+SPRESENSE@users.noreply.github.com> Date: Sun, 4 Jul 2021 12:53:22 +0900 Subject: [PATCH] arch: cxd56x: emmc: Minor fix undefined configuration name Replace obsolete CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_FS_INFO. --- arch/arm/src/cxd56xx/cxd56_emmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/cxd56xx/cxd56_emmc.c b/arch/arm/src/cxd56xx/cxd56_emmc.c index 29271be4b97..b1430ab0dae 100644 --- a/arch/arm/src/cxd56xx/cxd56_emmc.c +++ b/arch/arm/src/cxd56xx/cxd56_emmc.c @@ -324,7 +324,7 @@ static struct emmc_dma_desc_s *emmc_setupdma(void *buf, unsigned int nbytes) descs[ndescs - 1].ctrl |= EMMC_IDMAC_DES0_LD; descs[ndescs - 1].next = 0; -#ifdef CONFIG_DEBUG_VERBOSE +#ifdef CONFIG_DEBUG_FS_INFO for (i = 0, d = descs; i < ndescs; i++, d++) { finfo("desc %p = ctrl 0x%x, size 0x%x, addr 0x%x, next 0x%x\n",