summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/playback.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/playback.c b/apps/playback.c
index 8d211cfc7c..b4cc58b73d 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -147,6 +147,8 @@ enum {
147/* As defined in plugin.lds */ 147/* As defined in plugin.lds */
148#if CONFIG_CPU == PP5020 || CONFIG_CPU == PP5002 148#if CONFIG_CPU == PP5020 || CONFIG_CPU == PP5002
149#define CODEC_IRAM_ORIGIN 0x4000c000 149#define CODEC_IRAM_ORIGIN 0x4000c000
150#elif defined(IAUDIO_X5)
151#define CODEC_IRAM_ORIGIN 0x10014000
150#else 152#else
151#define CODEC_IRAM_ORIGIN 0x1000c000 153#define CODEC_IRAM_ORIGIN 0x1000c000
152#endif 154#endif