diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/plugin.lds | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index 49d965f..c21d49d 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -171,6 +171,13 @@ OUTPUT_FORMAT(elf32-littlemips) #define IRAM DRAM #define IRAMSIZE 0 +#elif CONFIG_CPU == IMX233 +#include "cpu.h" +/* The IRAM is too small and already partly used by the core */ +#define DRAMORIG CACHED_DRAM_ADDR +#define IRAM DRAM +#define IRAMSIZE 0 + #else #define DRAMORIG 0x09000000 + STUBOFFSET #endif |