summaryrefslogtreecommitdiff
path: root/firmware/boot.lds
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-12-06 17:37:32 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-12-06 17:37:32 +0000
commitfff2e96a075519c579f445ca5c270ed879f32582 (patch)
tree007bca21d8993be1f35b9fd2064606301519cb80 /firmware/boot.lds
parent0f41bd475614a6b279744341a07fa50fba2f6bb7 (diff)
downloadrockbox-fff2e96a075519c579f445ca5c270ed879f32582.tar.gz
rockbox-fff2e96a075519c579f445ca5c270ed879f32582.zip
H100/H110 has only 16Mbyte RAM
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8178 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/boot.lds')
-rw-r--r--firmware/boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/boot.lds b/firmware/boot.lds
index f5f82d121d..9f7e57cac4 100644
--- a/firmware/boot.lds
+++ b/firmware/boot.lds
@@ -140,7 +140,7 @@ SECTIONS
140 } > IRAM 140 } > IRAM
141 141
142#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES) 142#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
143 .bss DRAMORIG+0x1000000: 143 .bss DRAMORIG+0x800000:
144#else 144#else
145 .bss : 145 .bss :
146#endif 146#endif