Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/ubi/
H A Dbuild.c82 static bool fm_autoconvert; variable
90 static bool fm_autoconvert = CONFIG_MTD_UBI_FASTMAP_AUTOCONVERT; variable
964 ubi->fm_disabled = !fm_autoconvert; in ubi_attach_mtd_dev()
1544 module_param(fm_autoconvert, bool, 0644);
1545 MODULE_PARM_DESC(fm_autoconvert, "Set this parameter to enable fastmap automatically on images with…
H A DKconfig84 fm_autoconvert to 1 if you want so. Please note that fastmap-enabled
/openbmc/linux/drivers/mtd/ubi/
H A Dbuild.c73 static bool fm_autoconvert; variable
954 ubi->fm_disabled = (!fm_autoconvert || disable_fm) ? 1 : 0; in ubi_attach_mtd_dev()
1506 module_param(fm_autoconvert, bool, 0644);
1507 MODULE_PARM_DESC(fm_autoconvert, "Set this parameter to enable fastmap automatically on images with…
H A DKconfig74 fm_autoconvert to 1 if you want so. Please note that fastmap-enabled