diff options
author | Tomasz Malesinski <tomal@rockbox.org> | 2006-02-12 23:16:05 +0000 |
---|---|---|
committer | Tomasz Malesinski <tomal@rockbox.org> | 2006-02-12 23:16:05 +0000 |
commit | e7f7c3d15c2eccdc77d866fce6d4fe918567cac1 (patch) | |
tree | f24e2ec28ee4c64bb143c4ae165f5d296a202370 /firmware/export/gdb_api.h | |
parent | 6ffd3cfca4d350457ba4e0591e2731f104c35082 (diff) | |
download | rockbox-e7f7c3d15c2eccdc77d866fce6d4fe918567cac1.tar.gz rockbox-e7f7c3d15c2eccdc77d866fce6d4fe918567cac1.zip |
Mapped iFP DRAM to 0xc00000 and enabled caching in this area.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8668 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/gdb_api.h')
-rw-r--r-- | firmware/export/gdb_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/gdb_api.h b/firmware/export/gdb_api.h index 896c8d399d..a395baabec 100644 --- a/firmware/export/gdb_api.h +++ b/firmware/export/gdb_api.h | |||
@@ -24,7 +24,7 @@ | |||
24 | 24 | ||
25 | #define GDB_API_MAGIC 0x6db570b | 25 | #define GDB_API_MAGIC 0x6db570b |
26 | #ifdef IRIVER_IFP7XX_SERIES | 26 | #ifdef IRIVER_IFP7XX_SERIES |
27 | #define GDB_API_ADDRESS 0x24006000 | 27 | #define GDB_API_ADDRESS 0xc06000 |
28 | #endif | 28 | #endif |
29 | 29 | ||
30 | struct gdb_api | 30 | struct gdb_api |