SNOR_F_NO_OP_CHIP_ERASE
if ((len == mtd->size && !(nor->flags & SNOR_F_NO_OP_CHIP_ERASE)) ||
if (!(nor->flags & SNOR_F_NO_OP_CHIP_ERASE)) {