Move FS cache to main SRAM for OMV2

This commit is contained in:
iabdalkader 2015-08-15 16:50:14 +02:00
parent 161b2d6a43
commit 891f6ab96b
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 11513874fd75f3771fb17a6843c49494bf357670
Subproject commit f46134681de436edefd8ab5f1b1b19a3d55c077f

View File

@ -61,6 +61,7 @@ _ram_end = 0x10010000; /* 64KB CCM */
_fb_base = 0x20000000;
_stack_size = 0x1000; /* minimum amount of stack */
_heap_size = 0XC800; /* required amount of heap */
_fs_cache = 0x20030000-(16*1024);
/* Define output sections */
SECTIONS