From 799246e22768a516e074ac1896adcac7e64763ad Mon Sep 17 00:00:00 2001 From: Torne Wuff Date: Fri, 16 Oct 2009 16:08:11 +0000 Subject: 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 --- firmware/export/config-gigabeat-s.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware') 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 @@ #define HAVE_POWEROFF_WHILE_CHARGING /* The size of the flash ROM */ -#define FLASH_SIZE 0x400000 +#define FLASH_SIZE 0x200000 /* Define this to the CPU frequency */ /* TODO */ -- cgit v1.2.3