Make INITDATA_ATTR work on everything that has INIT_ATTR enabled for code.

Change-Id: If9936bfbbd3bc3eb2a3e3e290701b8517eabfb13
This commit is contained in:
Michael Sevakis 2012-05-01 01:26:22 -04:00
parent 87d3dde15a
commit b4eec0dd42
11 changed files with 10 additions and 11 deletions

View file

@ -100,7 +100,6 @@ SECTIONS
. = ALIGN(4);
_initstart = .;
*(.init*)
*(.initdata*)
_initend = .;
} > INIT AT> DRAM