samples: mgmt: mcumgr: Fix fs overlay

Fixes the filesystem overlay by enabling flash map, which is
needed for lfs.

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2023-01-10 10:37:32 +00:00 committed by Carles Cufí
commit fc9442c033

View file

@ -1,4 +1,5 @@
# Enable the LittleFS file system.
CONFIG_FLASH_MAP=y
CONFIG_FILE_SYSTEM=y
CONFIG_FILE_SYSTEM_LITTLEFS=y