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/boot/src/misc_lzma.c

    r12382 r12385  
    269269        pb->argv[0] = pcmd; 
    270270        pb->argv[1] = ++pcmd; 
    271         pcmd[0] = 0;            //terminate, no commandline 
     271        pcmd[0] = 0;            //terminate, no user commandline 
    272272 
    273273        void (*tt) (int a, char **b, void *c); 
     
    285285        disable_watchdog(); 
    286286        arch_decomp_setup(); 
     287        /* initialize clock */ 
     288        HAL_CLOCK_INITIALIZE(RTC_PERIOD); 
    287289        printf("MicroRedBoot v1.3, (c) 2009 DD-WRT.COM (%s)\n", __DATE__); 
    288290        printf("CPU Clock: %dMhz\n", cpu_frequency() / 1000000); 
     
    321323                puts("Booting Linux\n"); 
    322324                resettrigger = 1; 
    323                 /* initialize clock */ 
    324                 HAL_CLOCK_INITIALIZE(RTC_PERIOD); 
    325325 
    326326                /* important, enable ethernet bus, if the following lines are not initialized linux will not be able to use the ethernet mac, taken from redboot source */