Home
last modified time | relevance | path

Searched refs:WITH_DROP_FFS (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/include/
Dnand.h103 #define WITH_DROP_FFS (1 << 0) /* drop trailing all-0xff pages */ macro
/external/u-boot/drivers/fastboot/
Dfb_nand.c97 flags |= WITH_DROP_FFS; in _fb_nand_write()
/external/u-boot/drivers/mtd/nand/
Dnand_util.c619 if (!need_skip && !(flags & WITH_DROP_FFS)) { in nand_write_skip_bad()
654 if (flags & WITH_DROP_FFS) in nand_write_skip_bad()
/external/u-boot/cmd/
Dnand.c627 WITH_DROP_FFS | WITH_WR_VERIFY); in do_nand()