mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-10 15:30:55 +00:00
boardloader: disable flash data cache (#57)
This commit is contained in:
parent
17c3d2b56f
commit
4bda828cbd
@ -157,7 +157,7 @@
|
|||||||
#define USE_RTOS 0
|
#define USE_RTOS 0
|
||||||
#define PREFETCH_ENABLE 1
|
#define PREFETCH_ENABLE 1
|
||||||
#define INSTRUCTION_CACHE_ENABLE 1
|
#define INSTRUCTION_CACHE_ENABLE 1
|
||||||
#define DATA_CACHE_ENABLE 1
|
#define DATA_CACHE_ENABLE 0
|
||||||
|
|
||||||
/* ########################## Assert Selection ############################## */
|
/* ########################## Assert Selection ############################## */
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user