From 4157c23c6fc954cca082bbd7dcdc56f29f4ca202 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sun, 2 Oct 2011 15:39:30 +0000 Subject: imx233/fuze+: don't use iram in plugins and in codecs git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30641 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/plugin.lds | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps/plugins') 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 -- cgit v1.1