1
0
Fork 0
forked from len0rd/rockbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6327 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-04-20 18:54:20 +00:00
parent 18610f1ced
commit c88b5b74fd

View file

@ -15,7 +15,7 @@ OUTPUT_FORMAT(elf32-sh)
#endif #endif
#ifdef IRIVER_H100 #ifdef IRIVER_H100
#define DRAMORIG 0x30000000 #define DRAMORIG 0x31000000
#define IRAMORIG 0x10010000 #define IRAMORIG 0x10010000
#define IRAMSIZE 0x8000 #define IRAMSIZE 0x8000
#else #else