From 66d77c9884d76ff424913c19907ff4fc39891154 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Tue, 5 Feb 2008 04:56:30 +0000 Subject: Fix another oops with defining IRAMORIG twice. :p git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16218 a1c6a512-1295-4272-9138-f99709370657 --- firmware/app.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/app.lds b/firmware/app.lds index a02d0a3..7fabf35 100644 --- a/firmware/app.lds +++ b/firmware/app.lds @@ -78,7 +78,7 @@ INPUT(target/sh/crt0.o) #define IRAMSIZE 0x4000 #elif CONFIG_CPU==IMX31L #define DRAMORIG (0x0 + STUBOFFSET) -#define IRAMORIG 0x1FFFC000 +/* #define IRAMORIG 0x1FFFC000 */ #define IRAMORIG DRAMORIG #define IRAM DRAM #define IRAMSIZE 0x4000 -- cgit v1.1