Changeset 12336


Ignore:
Timestamp:
06/20/09 22:20:37 (4 years ago)
Author:
BrainSlayer
Message:

fix compiling bugs and increase version number

Location:
ar5315_microredboot/microredboot/boot/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ar5315_microredboot/microredboot/boot/src/arch/ar2315.c

    r12329 r12336  
    66 */ 
    77#include "mips32.c" 
     8#include "spiflash.h" 
    89 
    910/* definition of basic flash mappings */ 
     
    1920#define AR2316_IF_CTL           (AR2316_DSLBASE + 0x0018) 
    2021#define AR2316_ENDIAN_CTL       (AR2316_DSLBASE + 0x000c) 
    21 #define AR5315_WDC              (AR5315_DSLBASE + 0x003c) 
     22#define AR2316_WDC              (AR2316_DSLBASE + 0x003c) 
    2223#define AR2316_AHB_ARB_CTL      (AR2316_DSLBASE + 0x0008) 
    2324#define RESET_WARM_WLAN0_MAC        0x00000001  /* warm reset WLAN0 MAC */ 
     
    4849#define disable_watchdog() \ 
    4950{                                       \ 
    50         sysRegWrite(AR5315_WDC, 0);     \ 
    5151}                                       \ 
    5252 
  • ar5315_microredboot/microredboot/boot/src/misc_lzma.c

    r12334 r12336  
    231231        disable_watchdog(); 
    232232        arch_decomp_setup(); 
    233         printf("MicroRedBoot v1.2, (c) 2009 DD-WRT.COM (%s)\n", __DATE__); 
     233        printf("MicroRedBoot v1.3, (c) 2009 DD-WRT.COM (%s)\n", __DATE__); 
    234234        nvram_init(); 
    235235        char *ddboard = nvram_get("DD_BOARD"); 
Note: See TracChangeset for help on using the changeset viewer.