summaryrefslogtreecommitdiff
path: root/firmware/export/config-gigabeat-s.h
diff options
context:
space:
mode:
authorTorne Wuff <torne@wolfpuppy.org.uk>2009-10-16 16:08:11 +0000
committerTorne Wuff <torne@wolfpuppy.org.uk>2009-10-16 16:08:11 +0000
commit799246e22768a516e074ac1896adcac7e64763ad (patch)
tree1bb2e934ff4b599f4a00f07b582b6445b3f350ea /firmware/export/config-gigabeat-s.h
parentd555de12453ee042b9f6aa0e4f9b3d26666a7b63 (diff)
downloadrockbox-799246e22768a516e074ac1896adcac7e64763ad.tar.gz
rockbox-799246e22768a516e074ac1896adcac7e64763ad.zip
Gigabeat S: Add support for dumping the flash from debug menu
Also, changed FLASH_SIZE for the S to 2MB rather than 4MB as all available evidence suggests it's right. Flyspray: FS#10410 (by me) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23203 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-gigabeat-s.h')
-rw-r--r--firmware/export/config-gigabeat-s.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h
index ae57825388..2939ecb693 100644
--- a/firmware/export/config-gigabeat-s.h
+++ b/firmware/export/config-gigabeat-s.h
@@ -162,7 +162,7 @@
162#define HAVE_POWEROFF_WHILE_CHARGING 162#define HAVE_POWEROFF_WHILE_CHARGING
163 163
164/* The size of the flash ROM */ 164/* The size of the flash ROM */
165#define FLASH_SIZE 0x400000 165#define FLASH_SIZE 0x200000
166 166
167/* Define this to the CPU frequency */ 167/* Define this to the CPU frequency */
168/* TODO */ 168/* TODO */