diff options
| author | Dave Chapman <dave@dchapman.com> | 2008-09-06 17:50:59 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2008-09-06 17:50:59 +0000 |
| commit | d462a64a918117991e11dade2d7fa3a28196e07a (patch) | |
| tree | 0a6f5ed8777b18bb1641fbb3608f10374901706c /apps/plugins/plugin.lds | |
| parent | b87715f670f04c9adbe358c32a385c6771d99a81 (diff) | |
| download | rockbox-d462a64a918117991e11dade2d7fa3a28196e07a.zip rockbox-d462a64a918117991e11dade2d7fa3a28196e07a.tar.gz rockbox-d462a64a918117991e11dade2d7fa3a28196e07a.tar.bz2 rockbox-d462a64a918117991e11dade2d7fa3a28196e07a.tar.xz | |
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.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index 418e29f..b26d03b 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -80,7 +80,7 @@ OUTPUT_FORMAT(elf32-sh) #define IRAMORIG DRAMORIG #define IRAMSIZE 0x4000 #define IRAM DRAM -#elif defined(CPU_TCC780X) +#elif defined(CPU_TCC780X) || defined(CPU_TCC77X) #define DRAMORIG 0x20000000 /*#define IRAMORIG 0x1000c000 #define IRAMSIZE 0xc000*/ |