summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2014-01-18 23:34:39 +0100
committerMarcin Bukat <marcin.bukat@gmail.com>2014-01-18 23:34:39 +0100
commitcc64d9eb3bb74e987093d59c6a4af4b7bc76076d (patch)
treebc6fbd572aa235a379de5c14fb52aa1a463fb730 /firmware
parent21d026d1d649331ae67316e84635abba0ca31fc7 (diff)
downloadrockbox-cc64d9eb3bb74e987093d59c6a4af4b7bc76076d.tar.gz
rockbox-cc64d9eb3bb74e987093d59c6a4af4b7bc76076d.zip
fix player rom build
Change-Id: I3acc5ff3b6868c7ebbfda99368e4eafc8e368668
Diffstat (limited to 'firmware')
-rw-r--r--firmware/rom.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/rom.lds b/firmware/rom.lds
index abfa311839..7770ce9e5e 100644
--- a/firmware/rom.lds
+++ b/firmware/rom.lds
@@ -65,7 +65,9 @@ MEMORY
65 DRAM : ORIGIN = DRAMORIG, LENGTH = DRAMSIZE 65 DRAM : ORIGIN = DRAMORIG, LENGTH = DRAMSIZE
66 IRAM : ORIGIN = IRAMORIG, LENGTH = IRAMSIZE 66 IRAM : ORIGIN = IRAMORIG, LENGTH = IRAMSIZE
67 FLASH : ORIGIN = FLASHORIG, LENGTH = FLASHSIZE 67 FLASH : ORIGIN = FLASHORIG, LENGTH = FLASHSIZE
68#ifdef HAVE_INIT_ATTR
68 INIT : ORIGIN = INITORIG, LENGTH = INITSIZE 69 INIT : ORIGIN = INITORIG, LENGTH = INITSIZE
70#endif
69} 71}
70 72
71SECTIONS 73SECTIONS