diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-07-08 15:08:59 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-07-08 15:08:59 +0000 |
| commit | 2d251224313a42efbbd5b7cde5ccc9245138fbc4 (patch) | |
| tree | 81ba506f6f6b5384bc39d84678dcd13d7492efb9 /apps/plugins/plugin.lds | |
| parent | 8b6c133bb1b7bb013c1bbc69c0f168650b5b688d (diff) | |
| download | rockbox-2d251224313a42efbbd5b7cde5ccc9245138fbc4.zip rockbox-2d251224313a42efbbd5b7cde5ccc9245138fbc4.tar.gz rockbox-2d251224313a42efbbd5b7cde5ccc9245138fbc4.tar.bz2 rockbox-2d251224313a42efbbd5b7cde5ccc9245138fbc4.tar.xz | |
H110 adjustments
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7071 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/plugin.lds')
| -rw-r--r-- | apps/plugins/plugin.lds | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index 38e5808..c015005 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -14,14 +14,18 @@ OUTPUT_FORMAT(elf32-sh) #define STUBOFFSET 0 #endif -#if defined(IRIVER_H120) || defined(IRIVER_H300) +#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300) #define ARCH_IRIVER #endif -#ifdef ARCH_IRIVER +#if defined(IRIVER_H120) || defined(IRIVER_H300) #define DRAMORIG 0x31000000 #define IRAMORIG 0x10010000 #define IRAMSIZE 0x8000 +#elif defined(IRIVER_H100) +#define DRAMORIG 0x30000000 +#define IRAMORIG 0x10010000 +#define IRAMSIZE 0x8000 #else #define DRAMORIG 0x09000000 + STUBOFFSET #endif |