Show
Ignore:
Timestamp:
06/26/09 16:09:38 (5 months ago)
Author:
BrainSlayer
Message:

lates image and source changes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ar5315_microredboot/microredboot/ecos/packages/redboot/current/src/net/fwupgrade.c

    r12376 r12385  
    121121                int i, stat; 
    122122                img = fis_lookup("RedBoot", &i); 
    123                 if (i != 0) { 
    124                         diag_printf 
    125                             ("DD-WRT_FW: RedBoot partition is not the first partition\n"); 
    126                         return -1; 
    127                 } 
    128123                unsigned int flash_addr = img->flash_base + img->size; 
    129124                diag_printf("DD-WRT_FW: flash base is 0x%08X\n", flash_addr);