commit | 6fb77c48e40c15afcc67bb8d3b5d7d300883d293 | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Thu Oct 15 14:34:18 2015 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 12 13:18:58 2015 -0500 |
tree | 909e7c13de8d7ca38e6e76487820325baac3db40 | |
parent | bf8940d35b91ef87e0e4e691c5d8cc356fcae035 [diff] |
fastboot: nand: Add pre erase and write hooks Some devices might need to do some per-partition initialization (ECC/Randomizer settings change for example) before actually accessing it. Add some hooks before the write and erase operations to let the boards define what they need to do if needed. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Reviewed-by: Tom Rini <trini@konsulko.com>