diff options
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/s5l8702.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/s5l8702.h b/firmware/export/s5l8702.h index b7da971b49..8e1d827f54 100644 --- a/firmware/export/s5l8702.h +++ b/firmware/export/s5l8702.h @@ -30,7 +30,7 @@ #define TIMER_FREQ 54000000 -#define CACHEALIGN_BITS (4) /* 2^4 = 16 bytes */ +#define CACHEALIGN_BITS (5) /* 2^5 = 32 bytes */ #define DRAM_ORIG 0x08000000 #define IRAM_ORIG 0 |