mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
fix player rom build
Change-Id: I3acc5ff3b6868c7ebbfda99368e4eafc8e368668
This commit is contained in:
parent
21d026d1d6
commit
cc64d9eb3b
1 changed files with 2 additions and 0 deletions
|
@ -65,7 +65,9 @@ MEMORY
|
||||||
DRAM : ORIGIN = DRAMORIG, LENGTH = DRAMSIZE
|
DRAM : ORIGIN = DRAMORIG, LENGTH = DRAMSIZE
|
||||||
IRAM : ORIGIN = IRAMORIG, LENGTH = IRAMSIZE
|
IRAM : ORIGIN = IRAMORIG, LENGTH = IRAMSIZE
|
||||||
FLASH : ORIGIN = FLASHORIG, LENGTH = FLASHSIZE
|
FLASH : ORIGIN = FLASHORIG, LENGTH = FLASHSIZE
|
||||||
|
#ifdef HAVE_INIT_ATTR
|
||||||
INIT : ORIGIN = INITORIG, LENGTH = INITSIZE
|
INIT : ORIGIN = INITORIG, LENGTH = INITSIZE
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
SECTIONS
|
SECTIONS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue