Subversion Repositories freemyipod

Rev

Rev 51 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 51 Rev 54
Line 28... Line 28...
28
#define PLATFORM_ID 0x47324e49
28
#define PLATFORM_ID 0x47324e49
29
 
29
 
30
 
30
 
31
#define ARM_ARCH 4
31
#define ARM_ARCH 4
32
#define CACHELINE_BITS 4
32
#define CACHELINE_BITS 4
-
 
33
#define CPU_FREQ 191692800
33
 
34
 
34
 
35
 
35
#define USB_NUM_ENDPOINTS 5
36
#define USB_NUM_ENDPOINTS 5
36
 
37
 
37
 
38
 
-
 
39
#define HAVE_FLASH_STORAGE
-
 
40
#define CONFIG_STORAGE STORAGE_NAND
38
#define NUM_VOLUMES 1
41
#define SECTOR_SIZE 2048
39
 
42
 
40
 
43
 
41
#endif
44
#endif