diff options
Diffstat (limited to 'firmware/export/config-h100.h')
-rw-r--r-- | firmware/export/config-h100.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index e5de9cd19b..1426913d41 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -71,8 +71,8 @@ /* define this if the hardware can be powered off while charging */ #define HAVE_POWEROFF_WHILE_CHARGING -/* The start address index for ROM builds */ -#define ROM_START 0x11010 +/* The size of the flash ROM */ +#define FLASH_SIZE 0x200000 /* Define this for LCD backlight available */ #define CONFIG_BACKLIGHT BL_IRIVER /* port controlled */ |