From 6327953fe975fc78917caf3d890751aafb4d52a9 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Mon, 22 Nov 2021 13:59:14 -0800 Subject: [PATCH] modalai_fc-v1:Set CONFIG_MKFATFS_BUFFER_ALIGMENT=32 --- boards/modalai/fc-v1/nuttx-config/nsh/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/modalai/fc-v1/nuttx-config/nsh/defconfig b/boards/modalai/fc-v1/nuttx-config/nsh/defconfig index c75363b77f..794c7fc364 100644 --- a/boards/modalai/fc-v1/nuttx-config/nsh/defconfig +++ b/boards/modalai/fc-v1/nuttx-config/nsh/defconfig @@ -86,6 +86,7 @@ CONFIG_LIBC_STRERROR=y CONFIG_FS_PROCFS_MAX_TASKS=64 CONFIG_MEMSET_64BIT=y CONFIG_MEMSET_OPTSPEED=y +CONFIG_MKFATFS_BUFFER_ALIGMENT=32 CONFIG_MMCSD=y CONFIG_MMCSD_SDIO=y CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE=y