From c2c01ac34c0efee865ade4071eb749d1791b857e Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Mon, 22 Feb 2010 05:41:05 +0000 Subject: Clip+ boots with iram mapped at 0x0, only the clipv2 is different git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24842 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/as3525/boot.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/target/arm/as3525/boot.lds b/firmware/target/arm/as3525/boot.lds index 5bf75be789..dcc291b54f 100644 --- a/firmware/target/arm/as3525/boot.lds +++ b/firmware/target/arm/as3525/boot.lds @@ -6,7 +6,7 @@ OUTPUT_FORMAT(elf32-littlearm) OUTPUT_ARCH(arm) STARTUP(target/arm/crt0.o) -#if CONFIG_CPU == AS3525v2 +#ifdef SANSA_CLIPV2 #define RAMORIG 0x0 /* DRAM */ #define RAMSIZE (MEM*0x100000) #else -- cgit v1.2.3