1
0
Fork 0
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:
Frank Gevaerts 2008-11-01 17:25:49 +00:00
parent 008865b469
commit 94b6a0be99
4 changed files with 15 additions and 2 deletions

View file

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

View file

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

View file

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

View file

@ -191,6 +191,7 @@
/* 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 */