AES data .sys works now

This commit is contained in:
NIIBE Yutaka
2012-05-28 12:04:27 +09:00
parent 54f52838ef
commit 3588fbd97a
2 changed files with 4 additions and 0 deletions

View File

@@ -56,6 +56,8 @@ SECTIONS
sys.o(.text.*)
sys.o(.rodata)
sys.o(.rodata.*)
. = ALIGN(1024);
*(.sys)
} > flash0
.text : ALIGN(16) SUBALIGN(16)