boardloader: disable flash data cache (#57)

This commit is contained in:
mcudev 2017-10-17 11:35:10 -04:00 committed by Pavol Rusnak
parent 17c3d2b56f
commit 4bda828cbd
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@
#define USE_RTOS 0
#define PREFETCH_ENABLE 1
#define INSTRUCTION_CACHE_ENABLE 1
#define DATA_CACHE_ENABLE 1
#define DATA_CACHE_ENABLE 0
/* ########################## Assert Selection ############################## */
/**