place secure area

This commit is contained in:
Dave Murphy 2017-01-09 21:15:53 +00:00
parent 23fe354d16
commit 0e0f7eff77

View File

@ -17,6 +17,9 @@ __sp_usr = __sp_irq - 0x100;
SECTIONS
{
/* Secure area crap */
.secure : { *(.secure) } >ewram = 0
.crt0 :
{
__text_start = . ;