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