diff options
author | Dave Chapman <dave@dchapman.com> | 2007-02-23 23:22:03 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2007-02-23 23:22:03 +0000 |
commit | fda1498696258d91d950ca4260daa76e536dcce0 (patch) | |
tree | 4cc50527b5a79bd69427a8ba3e25dfc4587685f5 /firmware/export/config-ipodmini.h | |
parent | 87865a52278d71333011794b09ad3791ca20a791 (diff) |
Remap flash ROM to 0x20000000 on the ipods and H10s, and implement dbg_save_roms() in the debug menu for those targets to dump the content to a file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12467 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ipodmini.h')
-rw-r--r-- | firmware/export/config-ipodmini.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h index 6fa31d9e19..687c55e3b0 100644 --- a/firmware/export/config-ipodmini.h +++ b/firmware/export/config-ipodmini.h @@ -95,6 +95,9 @@ /* The start address index for ROM builds */ #define ROM_START 0x00000000 +/* The size of the flash ROM */ +#define FLASH_SIZE 0x100000 + /* Define this to the CPU frequency */ #define CPU_FREQ 11289600 |