- Timestamp:
- 01/19/12 17:29:10 (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/linux/universal/linux-3.2/arch/mips/lantiq/xway/mach-easy50601.c
r18171 r18225 33 33 .name = "linux", 34 34 .offset = 0x20000, 35 .size = 0xE0000, 36 }, 37 { 38 .name = "rootfs", 39 .offset = 0x100000, 40 .size = 0x300000, 35 .size = 0x3d0000, 41 36 }, 42 37 }; … … 47 42 }; 48 43 44 static struct ltq_eth_data ltq_eth_data = { 45 .mii_mode = -1, /* use EPHY */ 46 }; 47 49 48 static void __init easy50601_init(void) 50 49 { 51 50 ltq_register_nor(&easy50601_flash_data); 51 ltq_register_etop(<q_eth_data); 52 52 } 53 53
Note: See TracChangeset
for help on using the changeset viewer.
