nand_unlock (9) Linux Manual Page
nand_unlock – [REPLACEABLE] unlocks specified locked blocks
Synopsis
int nand_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len);
Arguments
mtd
-
- mtd info
ofs
- offset to start unlock from
len
- length to unlock
Description
Returns unlock status.
Author
Thomas Gleixner <tglx [at] linutronix.de>
- Author.
