Subversion Repositories freemyipod

Rev

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

Rev 117 Rev 126
Line 32... Line 32...
32
#define LITTLE_ENDIAN
32
#define LITTLE_ENDIAN
33
#define CACHEALIGN_BITS 4
33
#define CACHEALIGN_BITS 4
34
#define CPU_FREQ 191692800
34
#define CPU_FREQ 191692800
35
 
35
 
36
 
36
 
37
#define CONSOLE_BOOT 1
37
#define CONSOLE_BOOT 3
38
 
38
 
39
 
39
 
40
#define HAVE_USB
40
#define HAVE_USB
41
#define USB_NUM_ENDPOINTS 5
41
#define USB_NUM_ENDPOINTS 5
42
 
42
 
Line 57... Line 57...
57
#define HAVE_FLASH_STORAGE
57
#define HAVE_FLASH_STORAGE
58
#define HAVE_STORAGE_FLUSH
58
#define HAVE_STORAGE_FLUSH
59
#define CONFIG_STORAGE STORAGE_NAND
59
#define CONFIG_STORAGE STORAGE_NAND
60
#define SECTOR_SIZE 2048
60
#define SECTOR_SIZE 2048
61
 
61
 
-
 
62
#define HAVE_TARGETINIT_LATE
-
 
63
 
62
 
64
 
63
#endif
65
#endif