Show
Ignore:
Timestamp:
06/25/2009 02:32:50 PM (9 months ago)
Author:
BrainSlayer
Message:

merge partition code

Files:

Legend:

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

    r12370 r12376  
    286286                                issenao = 
    287287                                    fw_check_image_senao((char *)BASE_ADDR, 
    288                                                         ptr - BASE_ADDR, 
    289                                                         0) == 0; 
     288                                                        ptr - BASE_ADDR, 
     289                                                        0) == 0; 
    290290 
    291291                        if (isddwrt || isubnt || iswili || issenao)     /* third parameter 0 - do not write to flash */ 
     
    317317                        } 
    318318                        if (issenao) { 
    319                                 diag_printf 
    320                                     ("SENAO firmware format detected\n"); 
     319                                diag_printf("SENAO firmware format detected\n"); 
    321320                                do_flash_update_senao(BASE_ADDR, 
    322                                                      ptr - BASE_ADDR); 
     321                                                      ptr - BASE_ADDR); 
    323322                        } 
    324323#else