From fff2e96a075519c579f445ca5c270ed879f32582 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 6 Dec 2005 17:37:32 +0000 Subject: H100/H110 has only 16Mbyte RAM git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8178 a1c6a512-1295-4272-9138-f99709370657 --- firmware/boot.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/boot.lds') 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 -- cgit v1.2.3