diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-12-06 17:37:32 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-12-06 17:37:32 +0000 |
commit | fff2e96a075519c579f445ca5c270ed879f32582 (patch) | |
tree | 007bca21d8993be1f35b9fd2064606301519cb80 /firmware/boot.lds | |
parent | 0f41bd475614a6b279744341a07fa50fba2f6bb7 (diff) |
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.lds | 2 |
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 } > IRAM #if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES) - .bss DRAMORIG+0x1000000: + .bss DRAMORIG+0x800000: #else .bss : #endif |