arch: cxd56x: emmc: Minor fix undefined configuration name

Replace obsolete CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_FS_INFO.
This commit is contained in:
SPRESENSE 2021-07-04 12:53:22 +09:00 committed by Xiang Xiao
parent fa12fe9df1
commit 6a2733dd05

View File

@ -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",