mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
arch: cxd56x: emmc: Minor fix undefined configuration name
Replace obsolete CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_FS_INFO.
This commit is contained in:
@@ -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].ctrl |= EMMC_IDMAC_DES0_LD;
|
||||||
descs[ndescs - 1].next = 0;
|
descs[ndescs - 1].next = 0;
|
||||||
|
|
||||||
#ifdef CONFIG_DEBUG_VERBOSE
|
#ifdef CONFIG_DEBUG_FS_INFO
|
||||||
for (i = 0, d = descs; i < ndescs; i++, d++)
|
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",
|
finfo("desc %p = ctrl 0x%x, size 0x%x, addr 0x%x, next 0x%x\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user