Changeset 11309
- Timestamp:
- 01/05/09 20:40:39 (4 years ago)
- Location:
- src/linux/rt2880/linux-2.6.23/arch/mips/rt2880
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/linux/rt2880/linux-2.6.23/arch/mips/rt2880/Kconfig
r10741 r11309 79 79 80 80 config MTD_PHYSMAP_START 81 hex 82 default 0xBFC00000 if RT2880_FLASH_2M 83 default 0xBFC00000 if RT2880_FLASH_4M 84 default 0xBF400000 if RT2880_FLASH_8M 85 default 0xBEC00000 if RT2880_FLASH_16M 86 default 0xBF000000 if RT2880_FLASH_32M 81 hex 'Physmap start' 87 82 default 0xBF000000 if !FLASH_REMAP_NEED && RALINK_RT3052 88 83 -
src/linux/rt2880/linux-2.6.23/arch/mips/rt2880/cmdline.c
r10741 r11309 44 44 #if defined (CONFIG_RT2880_ROOTFS_IN_FLASH) 45 45 #ifdef CONFIG_SYSFS 46 char rt2880_cmdline[]= "console=ttyS1,57600n8 root=/dev/mtdblock4";46 char rt2880_cmdline[]=CONFIG_CMDLINE; 47 47 #else 48 48 char rt2880_cmdline[]="console=ttyS1,57600n8 root=1f04"; -
src/linux/rt2880/linux-2.6.23/arch/mips/rt2880/irq.c
r10741 r11309 266 266 if (irq == 5) { 267 267 irq = SURFBOARDINT_UART; 268 } 269 270 /* ESW */ 271 if (irq == 17) { 272 irq = SURFBOARDINT_ESW; 268 273 } 269 274
Note: See TracChangeset
for help on using the changeset viewer.
