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
This commit is contained in:
parent
f11fd781d4
commit
c2c01ac34c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue