Searched refs:markbad (Results 1 – 5 of 5) sorted by relevance
| /u-boot/drivers/mtd/nand/ |
| A D | core.c | 76 ret = nand->ops->markbad(nand, pos); in nanddev_markbad() 210 if (!ops->erase || !ops->markbad || !ops->isbad) in nanddev_init()
|
| /u-boot/doc/ |
| A D | README.nand | 212 "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 D | nand.h | 153 int (*markbad)(struct nand_device *nand, const struct nand_pos *pos); member
|
| /u-boot/cmd/ |
| A D | onenand.c | 560 U_BOOT_CMD_MKENT(markbad, CONFIG_SYS_MAXARGS, 0, do_onenand_markbad, "", ""),
|
| /u-boot/drivers/mtd/nand/spi/ |
| A D | core.c | 827 .markbad = spinand_markbad,
|
Completed in 15 milliseconds