From 210689535aa6874518474ca8b6188e1bb2aba024 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Fri, 29 Jan 2021 15:29:22 +0100 Subject: [PATCH] boards/arm/lpc17xx_40xx/lx_cpu/configs/nsh: increase number of memory regions. There was one region missing to register external SDRAM into heap. Signed-off-by: Pavel Pisa --- boards/arm/lpc17xx_40xx/lx_cpu/configs/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/arm/lpc17xx_40xx/lx_cpu/configs/nsh/defconfig b/boards/arm/lpc17xx_40xx/lx_cpu/configs/nsh/defconfig index bacaeb8cf3e..ef1bdc5e6a4 100644 --- a/boards/arm/lpc17xx_40xx/lx_cpu/configs/nsh/defconfig +++ b/boards/arm/lpc17xx_40xx/lx_cpu/configs/nsh/defconfig @@ -94,7 +94,7 @@ CONFIG_M25P_SUBSECTOR_ERASE=y CONFIG_MAX_TASKS=16 CONFIG_MMCSD=y CONFIG_MMCSD_SDIO=y -CONFIG_MM_REGIONS=2 +CONFIG_MM_REGIONS=3 CONFIG_MTD=y CONFIG_MTD_M25P=y CONFIG_NETDB_DNSCLIENT=y