diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-02-22 02:42:58 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-02-22 02:42:58 +0000 |
commit | 31eda597200bccbfa47dbe05f3f3735590c83a13 (patch) | |
tree | 05f8ca0bfb6639b7605bfb5c866a0562b1b941f3 /apps/plugins | |
parent | 054253ab337f6ba331f1caacab650f3edeef3720 (diff) | |
download | rockbox-31eda597200bccbfa47dbe05f3f3735590c83a13.tar.gz rockbox-31eda597200bccbfa47dbe05f3f3735590c83a13.zip |
as3525v2: build normal firmware properly (Clipv2/+)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24840 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/plugin.lds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index fe38b646d9..82d6354b24 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds | |||
@@ -65,7 +65,7 @@ OUTPUT_FORMAT(elf32-littlemips) | |||
65 | #include "cpu.h" | 65 | #include "cpu.h" |
66 | #define DRAMSIZE (MEMORYSIZE * 0x100000) - STUBOFFSET - PLUGIN_BUFFER_SIZE - CODEC_SIZE - TTB_SIZE | 66 | #define DRAMSIZE (MEMORYSIZE * 0x100000) - STUBOFFSET - PLUGIN_BUFFER_SIZE - CODEC_SIZE - TTB_SIZE |
67 | 67 | ||
68 | #elif CONFIG_CPU==AS3525 | 68 | #elif CONFIG_CPU==AS3525 || CONFIG_CPU==AS3525v2 |
69 | #include "cpu.h" | 69 | #include "cpu.h" |
70 | #define DRAMORIG DRAM_ORIG | 70 | #define DRAMORIG DRAM_ORIG |
71 | #ifdef AMS_LOWMEM | 71 | #ifdef AMS_LOWMEM |
@@ -130,7 +130,7 @@ OUTPUT_FORMAT(elf32-littlemips) | |||
130 | #define IRAM DRAM | 130 | #define IRAM DRAM |
131 | #define IRAMSIZE 0 | 131 | #define IRAMSIZE 0 |
132 | 132 | ||
133 | #elif CONFIG_CPU==AS3525 | 133 | #elif CONFIG_CPU==AS3525 || CONFIG_CPU==AS3525v2 |
134 | #ifdef AMS_LOWMEM | 134 | #ifdef AMS_LOWMEM |
135 | #define IRAMSIZE 0 /* simulates no IRAM since codec is already entirely in IRAM */ | 135 | #define IRAMSIZE 0 /* simulates no IRAM since codec is already entirely in IRAM */ |
136 | #define CODEC_ORIGIN (IRAM_ORIG + IRAM_SIZE - CODEC_SIZE) | 136 | #define CODEC_ORIGIN (IRAM_ORIG + IRAM_SIZE - CODEC_SIZE) |