ebrower at usa.net said: > There's a duplicate assignment to mtd->erasesize in <mtd>/drivers/mtd/ > chips/map_ram.c which is removed with the following patch. Applied, along with the following: mtd->erasesize = PAGE_SIZE; + while(mtd->size & (mtd->erasesize - 1)) + mtd->erasesize >>= 1; Thanks. -- dwmw2