From 4c385148ac4a2f4959ec39841c20eaeb42ace668 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Wed, 30 Nov 2005 00:05:40 +0000 Subject: Self-extracting loader: Cleaner method for inclusion of the UCL-compressed image. The input image is now checked for correctness and converted to C source. The Makefile still needs fixing... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8109 a1c6a512-1295-4272-9138-f99709370657 --- firmware/decompressor/link.lds | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'firmware/decompressor/link.lds') diff --git a/firmware/decompressor/link.lds b/firmware/decompressor/link.lds index 9cb4be8830..d0e11c1094 100755 --- a/firmware/decompressor/link.lds +++ b/firmware/decompressor/link.lds @@ -40,15 +40,11 @@ SECTIONS { *(.data) . = ALIGN(0x4); - _imgstart = .; - *(.image) - . = ALIGN(0x4); - _imgend = .; _iramcopy = .; } > DRAM .iram IRAMORIG : AT ( _iramcopy ) - { + { _iramstart = .; *(.icode) *(.idata) -- cgit v1.2.3