Ignore:
Timestamp:
01/19/12 17:29:10 (16 months ago)
Author:
BrainSlayer
Message:

arch code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/linux/universal/linux-3.2/arch/mips/lantiq/xway/mach-easy50601.c

    r18171 r18225  
    3333                .name   = "linux", 
    3434                .offset = 0x20000, 
    35                 .size   = 0xE0000, 
    36         }, 
    37         { 
    38                 .name   = "rootfs", 
    39                 .offset = 0x100000, 
    40                 .size   = 0x300000, 
     35                .size   = 0x3d0000, 
    4136        }, 
    4237}; 
     
    4742}; 
    4843 
     44static struct ltq_eth_data ltq_eth_data = { 
     45        .mii_mode = -1, /* use EPHY */ 
     46}; 
     47 
    4948static void __init easy50601_init(void) 
    5049{ 
    5150        ltq_register_nor(&easy50601_flash_data); 
     51        ltq_register_etop(&ltq_eth_data); 
    5252} 
    5353 
Note: See TracChangeset for help on using the changeset viewer.