1
0
Fork 0
forked from len0rd/rockbox

Some static data is only used by .init functions. Add .initdata to declare such data (otherwise section conflicts arise). For i.MX31, use INITDATA_ATTR in the appropriate places.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29008 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2011-01-08 20:42:51 +00:00
parent 17585a991c
commit 1b275d8ddb
5 changed files with 5 additions and 6 deletions

View file

@ -53,9 +53,6 @@ SECTIONS
*(.irodata)
*(.idata)
*(.data*)
. = ALIGN(0x4);
*(.sdmacode)
. = ALIGN(0x4);
_dataend = . ;
} > DRAM