memory: shrink flash size for flash memory

master
occheung 2020-10-05 15:19:06 +08:00
parent 41d3df26f2
commit 28046a8740
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
MEMORY
{
/* FLASH and RAM are mandatory memory regions */
FLASH : ORIGIN = 0x08000000, LENGTH = 2M
FLASH : ORIGIN = 0x08000000, LENGTH = 1024K
RAM : ORIGIN = 0x20000000, LENGTH = 128K
/* AXISRAM */