HomeSort by relevance Sort by last modified time
    Searched refs:WITH_DROP_FFS (Results 1 - 4 of 4) sorted by null

  /external/u-boot/include/
nand.h 103 #define WITH_DROP_FFS (1 << 0) /* drop trailing all-0xff pages */
  /external/u-boot/drivers/fastboot/
fb_nand.c 97 flags |= WITH_DROP_FFS;
  /external/u-boot/drivers/mtd/nand/
nand_util.c 619 if (!need_skip && !(flags & WITH_DROP_FFS)) {
654 if (flags & WITH_DROP_FFS)
  /external/u-boot/cmd/
nand.c 627 WITH_DROP_FFS | WITH_WR_VERIFY);

Completed in 1084 milliseconds