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