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

@@ -1,5 +1,7 @@
2012-05-28 Niibe Yutaka <gniibe@fsij.org>
* src/gnuk.ld.in (.sys): Add alignment settings.
* boards/common/hwinit.c (hwinit0): Define here.
* boards/*/board.c (hwinit0): Removed.

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)