| commit | a5f0c965c5efa9018d7e899bb7e2a12dd5d22bb1 | [log] [tgz] |
|---|---|---|
| author | Riadh Ghaddab <rghaddab@baylibre.com> | Fri Jun 13 13:26:48 2025 +0200 |
| committer | Chris Friedt <chrisfriedt@gmail.com> | Fri Oct 17 21:02:20 2025 -0400 |
| tree | b0115c402e821a9e97b11b55f5ee91706ce1656a | |
| parent | 6b8fcaeecf95cf5253dab6d1bddcd42e62e43ba0 [diff] |
zms: fix init if a faulty bit is detected in the next free location For devices that need an erase before a write, ZMS do not verify that the next available location in the open sector is filled with the erase_value. Fix this by adding a check at init. Signed-off-by: Riadh Ghaddab <rghaddab@baylibre.com>