From 36185d8366c2d3b32b014a1e5e0052770efabf5e Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 24 Jan 2020 09:51:32 -0600 Subject: [PATCH] boards/arm/lpc17xx_40xx/lx_cpu/configs/nsh: Fix build test error (#161) Add CONFIG_MMCSD_SDIO=y to configuration. This eliminates the following error found in build testing: lpc17_40_bringup.c: undefined reference to mmcsd_initialize --- boards/arm/lpc17xx_40xx/lx_cpu/configs/nsh/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/arm/lpc17xx_40xx/lx_cpu/configs/nsh/defconfig b/boards/arm/lpc17xx_40xx/lx_cpu/configs/nsh/defconfig index f68da05450c..421520adb77 100644 --- a/boards/arm/lpc17xx_40xx/lx_cpu/configs/nsh/defconfig +++ b/boards/arm/lpc17xx_40xx/lx_cpu/configs/nsh/defconfig @@ -97,6 +97,7 @@ CONFIG_M25P_SUBSECTOR_ERASE=y CONFIG_MAX_TASKS=16 CONFIG_MAX_WDOGPARMS=2 CONFIG_MMCSD=y +CONFIG_MMCSD_SDIO=y CONFIG_MM_REGIONS=3 CONFIG_MTD=y CONFIG_MTD_M25P=y