From 6337f45887dbf28c232a4ef200f4caf92707c810 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 1 Aug 2002 08:58:17 +0000 Subject: The internal RAM copy accidentally ended up in the wrong place git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1504 a1c6a512-1295-4272-9138-f99709370657 --- firmware/player.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/player.lds') diff --git a/firmware/player.lds b/firmware/player.lds index bb20c2bb25..fa2576dc0d 100644 --- a/firmware/player.lds +++ b/firmware/player.lds @@ -73,7 +73,7 @@ SECTIONS LONG(0); } > DRAM - .iram 0xf000000 : AT ( _end ) + .iram 0xf000000 : AT ( _iramcopy ) { _iramstart = .; *(.icode) -- cgit v1.2.3