Index: drivers/mtd/chips/cfi_cmdset_0002.c =================================================================== RCS file: /home/embedded/linux-2.4.20_palmchip/drivers/mtd/chips/cfi_cmdset_0002.c,v retrieving revision 1.1 diff -r1.1 cfi_cmdset_0002.c 240c240 < cfi->fast_prog = 0; --- > cfi->fast_prog = 1; 897a898 > 975a977,989 > { > int sectorDone = 0; > while (!sectorDone) { > unsigned volatile short *flash_addr = adr + map->map_priv_1; > if( (*flash_addr) & 0x0080 ) { > sectorDone = 1; > } > else { > } > > } > } > 1125a1140 >