summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/debug_menu.c2
-rw-r--r--apps/plugins/plugin.lds4
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index c8f7cf14f0..83f9b4b716 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -104,7 +104,7 @@
104 104
105#if CONFIG_CPU == DM320 || CONFIG_CPU == S3C2440 || CONFIG_CPU == TCC7801 \ 105#if CONFIG_CPU == DM320 || CONFIG_CPU == S3C2440 || CONFIG_CPU == TCC7801 \
106 || CONFIG_CPU == IMX31L || CONFIG_CPU == AS3525 || CONFIG_CPU == JZ4732 \ 106 || CONFIG_CPU == IMX31L || CONFIG_CPU == AS3525 || CONFIG_CPU == JZ4732 \
107 || defined(CPU_S5L870X) 107 || defined(CPU_S5L870X) || CONFIG_CPU == AS3525v2
108#include "debug-target.h" 108#include "debug-target.h"
109#endif 109#endif
110 110
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)