summaryrefslogtreecommitdiff
path: root/apps/plugins/plugin.lds
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-09-06 17:50:59 +0000
committerDave Chapman <dave@dchapman.com>2008-09-06 17:50:59 +0000
commitd462a64a918117991e11dade2d7fa3a28196e07a (patch)
tree0a6f5ed8777b18bb1641fbb3608f10374901706c /apps/plugins/plugin.lds
parentb87715f670f04c9adbe358c32a385c6771d99a81 (diff)
downloadrockbox-d462a64a918117991e11dade2d7fa3a28196e07a.tar.gz
rockbox-d462a64a918117991e11dade2d7fa3a28196e07a.zip
Initial commit of iaudio 7 port by Vitja Makarov (FS#9245). Port is at quite an advanced stage, but is troubled by the lack of a reliable NAND driver (similar to the Cowon D2 port) and is not yet suitable for non-developers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18435 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/plugin.lds')
-rw-r--r--apps/plugins/plugin.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index 418e29fc99..b26d03b48a 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -80,7 +80,7 @@ OUTPUT_FORMAT(elf32-sh)
80#define IRAMORIG DRAMORIG 80#define IRAMORIG DRAMORIG
81#define IRAMSIZE 0x4000 81#define IRAMSIZE 0x4000
82#define IRAM DRAM 82#define IRAM DRAM
83#elif defined(CPU_TCC780X) 83#elif defined(CPU_TCC780X) || defined(CPU_TCC77X)
84#define DRAMORIG 0x20000000 84#define DRAMORIG 0x20000000
85/*#define IRAMORIG 0x1000c000 85/*#define IRAMORIG 0x1000c000
86#define IRAMSIZE 0xc000*/ 86#define IRAMSIZE 0xc000*/