Changeset 13100
- Timestamp:
- 10/17/2009 05:12:19 AM (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ar5315_microredboot/microredboot/boot/src/lib/LzmaDecode.h
r12327 r13100 22 22 #ifndef __LZMADECODE_H 23 23 #define __LZMADECODE_H 24 24 25 25 26 /* #define _LZMA_IN_CB */ ar5315_microredboot/microredboot/boot/src/misc_lzma.c
r13097 r13100 20 20 #include <asm/uaccess.h> 21 21 #include "ramconfig.h" 22 #ifdef AR7100 23 #define inline 24 #endif 22 25 #include "uncompress.h" 23 26 #include "lib/lib.c" … … 310 313 printf("MicroRedBoot v1.4, (c) 2009 DD-WRT.COM (%s)\n", __DATE__); 311 314 printf("keep the reset button pushed to enter redboot!\n"); 315 #ifdef AR7100 316 printf("CPU Type: AR7100\n"); 317 #elif AR5312 318 printf("CPU Type: AR5312\n"); 319 #else 320 printf("CPU Type: AR5315\n"); 321 #endif 312 322 printf("CPU Clock: %dMhz\n", cpu_frequency() / 1000000); 313 323 nvram_init();
