Home
last modified time | relevance | path

Searched refs:markbad (Results 1 – 5 of 5) sorted by relevance

/u-boot/drivers/mtd/nand/
A Dcore.c76 ret = nand->ops->markbad(nand, pos); in nanddev_markbad()
210 if (!ops->erase || !ops->markbad || !ops->isbad) in nanddev_init()
/u-boot/doc/
A DREADME.nand212 "markbad [offset]"
218 to remove artificial bad blocks created with the "markbad" command.
228 This command can be used in scripts, e.g. together with the markbad command to
/u-boot/include/linux/mtd/
A Dnand.h153 int (*markbad)(struct nand_device *nand, const struct nand_pos *pos); member
/u-boot/cmd/
A Donenand.c560 U_BOOT_CMD_MKENT(markbad, CONFIG_SYS_MAXARGS, 0, do_onenand_markbad, "", ""),
/u-boot/drivers/mtd/nand/spi/
A Dcore.c827 .markbad = spinand_markbad,

Completed in 15 milliseconds