Changeset 12221
- Timestamp:
- 05/29/09 16:55:59 (4 years ago)
- Location:
- src/linux/brcm/linux.v24_2/drivers/mtd
- Files:
-
- 2 edited
-
devices/sflash.c (modified) (1 diff)
-
maps/bcm947xx-flash.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/linux/brcm/linux.v24_2/drivers/mtd/devices/sflash.c
r10740 r12221 234 234 } 235 235 236 if ( (boardnum == 83258 || boardnum == 01)237 && (nvram_match( "boardtype", "0x48E" ) || nvram_match( "boardtype", "0x048e" ) )238 && (nvram_match( "boardrev", "0x10" ) || nvram_match( "boardrev", "0x11" ) )236 if ( (boardnum == 83258 || boardnum == 1 || boardnum == 0123) 237 && (nvram_match( "boardtype", "0x48E" ) || nvram_match( "boardtype", "0x048e" )) 238 && (nvram_match( "boardrev", "0x10" ) || nvram_match( "boardrev", "0x11" )) 239 239 && (nvram_match ( "boardflags", "0x750" ) || nvram_match ( "boardflags", "0x0750" )) ) 240 240 { -
src/linux/brcm/linux.v24_2/drivers/mtd/maps/bcm947xx-flash.c
r12149 r12221 383 383 /* Write fake Netgear checksum to the flash */ 384 384 uint boardnum = bcm_strtoul( nvram_safe_get( "boardnum" ), NULL, 0 ); 385 if ( (boardnum == 83258 || boardnum == 01) //or 001 or 0x01385 if ( (boardnum == 83258 || boardnum == 1 || boardnum == 0123) //or 01 or 001 or 0x01 386 386 && (nvram_match("boardtype", "0x048e") || nvram_match("boardtype", "0x48E")) 387 387 && (nvram_match("boardrev", "0x11") || nvram_match("boardrev", "0x10"))
Note: See TracChangeset
for help on using the changeset viewer.
