1
0
Fork 0
forked from len0rd/rockbox

Unified the H100 and H300 startup

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7792 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-11-08 22:52:53 +00:00
parent 6da4e33aac
commit 1550bdcea6
4 changed files with 13 additions and 8 deletions

View file

@ -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 */

View file

@ -66,8 +66,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 */

View file

@ -1,3 +1,8 @@
/*
* This config file is for iriver H320, H340
*/
#define IRIVER_H300_SERIES 1
/* For Rolo and boot loader */
#define MODEL_NUMBER 2
@ -60,8 +65,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 0x400000
/* Define this for LCD backlight available */
#define CONFIG_BACKLIGHT BL_IRIVER /* port controlled */