This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit cd06fc97615e00085a83420e5cf465d814c8576e Author: SPRESENSE <41312067+sprese...@users.noreply.github.com> AuthorDate: Sun Jul 4 12:53:40 2021 +0900 arch: cxd56x: sdhci: Minor fix configuration name Modify the referenced CONFIG to CONFIG_DEBUG_MEMCARD_INFO. --- arch/arm/src/cxd56xx/cxd56_sdhci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/cxd56xx/cxd56_sdhci.c b/arch/arm/src/cxd56xx/cxd56_sdhci.c index 4f46564..c736c3d 100644 --- a/arch/arm/src/cxd56xx/cxd56_sdhci.c +++ b/arch/arm/src/cxd56xx/cxd56_sdhci.c @@ -80,7 +80,7 @@ # define CONFIG_CXD56_SDHCI_DMAPRIO DMA_CCR_PRIMED #endif -#if !defined(CONFIG_DEBUG_FS) || !defined(CONFIG_DEBUG_VERBOSE) +#ifndef CONFIG_DEBUG_MEMCARD_INFO # undef CONFIG_SDIO_XFRDEBUG #endif