Changeset 12376 for ar5315_microredboot/microredboot/ecos/packages/redboot/current/src/net/tftp_server.c
- Timestamp:
- 06/25/2009 02:32:50 PM (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ar5315_microredboot/microredboot/ecos/packages/redboot/current/src/net/tftp_server.c
r12370 r12376 286 286 issenao = 287 287 fw_check_image_senao((char *)BASE_ADDR, 288 ptr - BASE_ADDR,289 0) == 0;288 ptr - BASE_ADDR, 289 0) == 0; 290 290 291 291 if (isddwrt || isubnt || iswili || issenao) /* third parameter 0 - do not write to flash */ … … 317 317 } 318 318 if (issenao) { 319 diag_printf 320 ("SENAO firmware format detected\n"); 319 diag_printf("SENAO firmware format detected\n"); 321 320 do_flash_update_senao(BASE_ADDR, 322 ptr - BASE_ADDR);321 ptr - BASE_ADDR); 323 322 } 324 323 #else
