summaryrefslogtreecommitdiff
path: root/firmware/target
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-02-22 05:41:05 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-02-22 05:41:05 +0000
commitc2c01ac34c0efee865ade4071eb749d1791b857e (patch)
tree6ea74b111706ef849f3d3b88d6599ef92dd4442f /firmware/target
parentf11fd781d4ab66c79d01a384053da5c59c433689 (diff)
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
Diffstat (limited to 'firmware/target')
-rw-r--r--firmware/target/arm/as3525/boot.lds2
1 files changed, 1 insertions, 1 deletions
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