mirror of
https://github.com/apache/nuttx.git
synced 2026-09-12 21:50:14 +00:00
boards/arm/samv7/same70-qmtech: disable FAT LFN in mcuboot-loader
The mcuboot-loader image overflows its flash region once the FAT deferred-delete change is applied. Long filename support is not needed by the bootloader, which boots from flash areas and never opens FAT files by long name, so disable CONFIG_FAT_LFN to reclaim the space while keeping short filename support intact. Signed-off-by: Arnav Sharma <2006arnavsharma@gmail.com>
This commit is contained in:
parent
b13be31798
commit
33df5a8e58
1 changed files with 0 additions and 1 deletions
|
|
@ -32,7 +32,6 @@ CONFIG_DISABLE_MQUEUE=y
|
|||
CONFIG_DISABLE_POSIX_TIMERS=y
|
||||
CONFIG_DISABLE_PTHREAD=y
|
||||
CONFIG_FAT_LCNAMES=y
|
||||
CONFIG_FAT_LFN=y
|
||||
CONFIG_FS_FAT=y
|
||||
CONFIG_FS_PROCFS=y
|
||||
CONFIG_INIT_ENTRYPOINT="mcuboot_loader_main"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue