mirror of
https://github.com/marqs85/ossc.git
synced 2026-04-21 20:17:26 +00:00
optimize code size and add HDR flag setting
This commit is contained in:
@@ -7,7 +7,7 @@ MEMORY
|
||||
}
|
||||
|
||||
/* Stack information variables */
|
||||
_min_stack = 0x400; /* 1K - minimum stack space to reserve */
|
||||
_min_stack = 0x4B0; /* 1200 - minimum stack space to reserve */
|
||||
_stack_start = ORIGIN(dataram) + LENGTH(dataram);
|
||||
|
||||
/* We have to align each sector to word boundaries as our current s19->slm
|
||||
|
||||
Reference in New Issue
Block a user