forked from len0rd/rockbox
Add new storage-related defines for meizu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18964 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
008865b469
commit
94b6a0be99
4 changed files with 15 additions and 2 deletions
|
@ -48,6 +48,10 @@
|
||||||
/* define this if you have a flash memory storage */
|
/* define this if you have a flash memory storage */
|
||||||
#define HAVE_FLASH_STORAGE
|
#define HAVE_FLASH_STORAGE
|
||||||
|
|
||||||
|
#define CONFIG_STORAGE STORAGE_NAND
|
||||||
|
|
||||||
|
#define CONFIG_NAND NAND_SAMSUNG
|
||||||
|
|
||||||
/* LCD dimensions */
|
/* LCD dimensions */
|
||||||
#define LCD_WIDTH 176
|
#define LCD_WIDTH 176
|
||||||
#define LCD_HEIGHT 132
|
#define LCD_HEIGHT 132
|
||||||
|
|
|
@ -48,6 +48,10 @@
|
||||||
/* define this if you have a flash memory storage */
|
/* define this if you have a flash memory storage */
|
||||||
#define HAVE_FLASH_STORAGE
|
#define HAVE_FLASH_STORAGE
|
||||||
|
|
||||||
|
#define CONFIG_STORAGE STORAGE_NAND
|
||||||
|
|
||||||
|
#define CONFIG_NAND NAND_SAMSUNG
|
||||||
|
|
||||||
/* LCD dimensions */
|
/* LCD dimensions */
|
||||||
#define LCD_WIDTH 320
|
#define LCD_WIDTH 320
|
||||||
#define LCD_HEIGHT 240
|
#define LCD_HEIGHT 240
|
||||||
|
|
|
@ -48,6 +48,10 @@
|
||||||
/* define this if you have a flash memory storage */
|
/* define this if you have a flash memory storage */
|
||||||
#define HAVE_FLASH_STORAGE
|
#define HAVE_FLASH_STORAGE
|
||||||
|
|
||||||
|
#define CONFIG_STORAGE STORAGE_NAND
|
||||||
|
|
||||||
|
#define CONFIG_NAND NAND_SAMSUNG
|
||||||
|
|
||||||
/* LCD dimensions */
|
/* LCD dimensions */
|
||||||
#define LCD_WIDTH 320
|
#define LCD_WIDTH 320
|
||||||
#define LCD_HEIGHT 240
|
#define LCD_HEIGHT 240
|
||||||
|
|
|
@ -189,8 +189,9 @@
|
||||||
/* else HW controlled LED (iRiver H1x0) */
|
/* else HW controlled LED (iRiver H1x0) */
|
||||||
|
|
||||||
/* CONFIG_NAND */
|
/* CONFIG_NAND */
|
||||||
#define NAND_IFP7XX 1
|
#define NAND_IFP7XX 1
|
||||||
#define NAND_TCC 2
|
#define NAND_TCC 2
|
||||||
|
#define NAND_SAMSUNG 3
|
||||||
|
|
||||||
/* CONFIG_RTC */
|
/* CONFIG_RTC */
|
||||||
#define RTC_M41ST84W 1 /* Archos Recorder */
|
#define RTC_M41ST84W 1 /* Archos Recorder */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue