mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Shrink flash usage _just_ enough
This commit is contained in:
@@ -14,9 +14,9 @@ MEMORY
|
||||
{
|
||||
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 20K
|
||||
/* LOCAL_BUILD*/
|
||||
ROM (rx) : ORIGIN = 0x08000000, LENGTH = 48K
|
||||
/*ROM (rx) : ORIGIN = 0x08000000, LENGTH = 48K*/
|
||||
/* production*/
|
||||
/*ROM (rx) : ORIGIN = 0x08004000, LENGTH = 46K*/
|
||||
ROM (rx) : ORIGIN = 0x08004000, LENGTH = 46K
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user