arm: Enable NOCACHE_MEMORY on nucleo_h743zi when littlefs sample is run
It has been validated that the nucleo_h743zi board works correctly, with '__nocache' buffers and data caches enabled, so this patch enables support for the former. Signed-off-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
parent
508f4e30da
commit
c5faa3df14
|
@ -19,3 +19,5 @@ CONFIG_FS_LITTLEFS_PROG_SIZE=32
|
|||
CONFIG_FS_LITTLEFS_READ_SIZE=32
|
||||
CONFIG_FS_LITTLEFS_LOOKAHEAD_SIZE=64
|
||||
CONFIG_FS_LITTLEFS_FC_HEAP_SIZE=8192
|
||||
|
||||
CONFIG_NOCACHE_MEMORY=y
|
||||
|
|
Loading…
Reference in a new issue