From 66f8fb52a9114ece70e1771119096589004d29f0 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Mon, 20 Sep 2010 17:09:55 +0000 Subject: */app.lds: remove STUBOFFSET This is related to gdb, and gdb can only work on SH and ifp This was mistakenly kept when app.lds was forked for each SoC Side-effect: fix DEBUG builds when the rockbox binary is expected to be loaded at the start of DRAM and there is no runtime relocation git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28124 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/mips/ingenic_jz47xx/app.lds | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'firmware/target/mips/ingenic_jz47xx/app.lds') diff --git a/firmware/target/mips/ingenic_jz47xx/app.lds b/firmware/target/mips/ingenic_jz47xx/app.lds index 9b457041b6..6221a787c9 100644 --- a/firmware/target/mips/ingenic_jz47xx/app.lds +++ b/firmware/target/mips/ingenic_jz47xx/app.lds @@ -5,15 +5,8 @@ OUTPUT_ARCH(MIPS) ENTRY(_start) STARTUP(target/mips/ingenic_jz47xx/crt0.o) -#ifdef DEBUG -#define STUBOFFSET 0x10000 -#else -#define STUBOFFSET 0 -#endif - - -#define DRAMORIG 0x80004000 + STUBOFFSET -#define DRAMSIZE (MEMORYSIZE * 0x100000 - STUBOFFSET) +#define DRAMORIG 0x80004000 +#define DRAMSIZE (MEMORYSIZE * 0x100000) #define IRAMORIG 0x80000000 #define IRAMSIZE 16K -- cgit v1.2.3