Home
last modified time | relevance | path

Searched refs:skip_check (Results 1 – 7 of 7) sorted by relevance

/u-boot/cmd/
A Dubi.c462 static int ubi_set_skip_check(char *volume, bool skip_check) in ubi_set_skip_check() argument
472 skip_check ? "Sett" : "Clear", volume); in ubi_set_skip_check()
475 if (skip_check) { in ubi_set_skip_check()
477 vol->skip_check = 1; in ubi_set_skip_check()
480 vol->skip_check = 0; in ubi_set_skip_check()
/u-boot/doc/
A DREADME.ubi239 U-Boot now supports the "skip_check" flag to optionally skip the CRC
251 ubi skipcheck volume on/off - Set or clear skip_check flag in volume header
255 Setting skip_check on volume rootfs0
/u-boot/drivers/mtd/ubi/
A Dvmt.c168 vol->skip_check = 1; in ubi_create_volume()
304 if (vol->skip_check) in ubi_create_volume()
751 if (vol->skip_check) { in self_check_volume()
A Ddebug.c114 printf("\tskip_check %d\n", vol->skip_check); in ubi_dump_vol_info()
A Dkapi.c200 if (!vol->checked && !vol->skip_check) { in ubi_open_volume()
A Dubi.h347 unsigned int skip_check:1; member
A Dvtbl.c562 vol->skip_check = 1;

Completed in 87 milliseconds