mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-25 03:24:11 -05:00
place secure area
This commit is contained in:
parent
23fe354d16
commit
0e0f7eff77
|
|
@ -17,6 +17,9 @@ __sp_usr = __sp_irq - 0x100;
|
|||
|
||||
SECTIONS
|
||||
{
|
||||
/* Secure area crap */
|
||||
.secure : { *(.secure) } >ewram = 0
|
||||
|
||||
.crt0 :
|
||||
{
|
||||
__text_start = . ;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user