Changeset 12342


Ignore:
Timestamp:
06/21/09 05:10:25 (4 years ago)
Author:
BrainSlayer
Message:

show type of bootloader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/tools/overclock_atheros.c

    r12340 r12342  
    116116        fseek(in, 0, SEEK_END); 
    117117        len = ftell(in); 
    118         fprintf(stderr, "size = %ld\n", len); 
    119118        fseek(in, 0, SEEK_SET); 
    120119        for (i = 0; i < len; i++) 
     
    475474                   || microvipermul == 0xc || microvipermul == 0x17) { 
    476475 
    477                 fprintf(stderr, "viper (ar2313) found\n"); 
     476                fprintf(stderr, "viper microredboot(ar2313) found\n"); 
    478477                if (clk == 180 && microvipermul == 0x9) { 
    479478                        fprintf(stderr, "board already clocked to 180mhz\n"); 
Note: See TracChangeset for help on using the changeset viewer.