From 6d5671a8d8199c7fd04490fce5098b23b893c528 Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Tue, 6 Sep 2011 12:39:49 +0000 Subject: rk27xx - enable a few test plugins git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30459 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/plugin.lds | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apps/plugins/plugin.lds') diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index efd6015..49d965f 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -165,6 +165,12 @@ OUTPUT_FORMAT(elf32-littlemips) #define IRAM DRAM #define IRAMSIZE 0 /* The bit of IRAM that is available is used in the core */ + +#elif CONFIG_CPU == RK27XX +#define DRAMORIG 0x60000000 +#define IRAM DRAM +#define IRAMSIZE 0 + #else #define DRAMORIG 0x09000000 + STUBOFFSET #endif -- cgit v1.1