arch: cxd56x: emmc: Minor fix undefined configuration name
Replace obsolete CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_FS_INFO.
This commit is contained in:
parent
fa12fe9df1
commit
6a2733dd05
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user