mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Make INITDATA_ATTR work on everything that has INIT_ATTR enabled for code.
Change-Id: If9936bfbbd3bc3eb2a3e3e290701b8517eabfb13
This commit is contained in:
parent
87d3dde15a
commit
b4eec0dd42
11 changed files with 10 additions and 11 deletions
|
|
@ -114,7 +114,7 @@ SECTIONS
|
|||
{
|
||||
. = ALIGN(4);
|
||||
_initstart = .;
|
||||
*(.init)
|
||||
*(.init*)
|
||||
_initend = .;
|
||||
} AT> DRAM
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue