AES data .sys works now
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
2012-05-28 Niibe Yutaka <gniibe@fsij.org>
|
2012-05-28 Niibe Yutaka <gniibe@fsij.org>
|
||||||
|
|
||||||
|
* src/gnuk.ld.in (.sys): Add alignment settings.
|
||||||
|
|
||||||
* boards/common/hwinit.c (hwinit0): Define here.
|
* boards/common/hwinit.c (hwinit0): Define here.
|
||||||
* boards/*/board.c (hwinit0): Removed.
|
* boards/*/board.c (hwinit0): Removed.
|
||||||
|
|
||||||
|
|||||||
@@ -56,6 +56,8 @@ SECTIONS
|
|||||||
sys.o(.text.*)
|
sys.o(.text.*)
|
||||||
sys.o(.rodata)
|
sys.o(.rodata)
|
||||||
sys.o(.rodata.*)
|
sys.o(.rodata.*)
|
||||||
|
. = ALIGN(1024);
|
||||||
|
*(.sys)
|
||||||
} > flash0
|
} > flash0
|
||||||
|
|
||||||
.text : ALIGN(16) SUBALIGN(16)
|
.text : ALIGN(16) SUBALIGN(16)
|
||||||
|
|||||||
Reference in New Issue
Block a user