Signed-off-by: Stefan Tauner <[email protected]>
---

Not for merge.
This is to make the life easier for the user when applying today's patches.

 flashchips.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/flashchips.c b/flashchips.c
index 01bc3df..821e339 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -3070,8 +3070,8 @@ const struct flashchip flashchips[] = {
                                .block_erase = erase_block_82802ab,
                        },
                },
-               .printlock      = NULL, /* TODO */
-               .unlock         = NULL, /* TODO: something like 
unlock_82802ab() but working on the sector eraser blocks. */
+               .printlock      = printlock_regspace2_block_eraser_0,
+               .unlock         = unlock_regspace2_block_eraser_0,
                .write          = write_82802ab,
                .read           = read_memmapped,
                .voltage        = {3000, 3600},
@@ -3106,8 +3106,8 @@ const struct flashchip flashchips[] = {
                                .block_erase = NULL, /* TODO: Implement. */
                        },
                },
-               .printlock      = NULL, /* TODO */
-               .unlock         = NULL, /* TODO: something like 
unlock_82802ab() but working on the sector eraser blocks. */
+               .printlock      = printlock_regspace2_block_eraser_0,
+               .unlock         = unlock_regspace2_block_eraser_0,
                .write          = write_82802ab,
                .read           = read_memmapped,
                .voltage        = {3000, 3600},
-- 
Kind regards, Stefan Tauner


_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to