Nikolai Artemiev has uploaded this change for review.

View Change

flashchips.c: use unlock_49lfxxxc for SST chips

Change-Id: I05c163eda8db5bb92c406f2d99c21fe33502cd65
Signed-off-by: Nikolai Artemiev <nartemiev@google.com>
---
M flashchips.c
1 file changed, 4 insertions(+), 4 deletions(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/09/48109/1
diff --git a/flashchips.c b/flashchips.c
index c4ba4c6..503ba3a 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -14407,7 +14407,7 @@
}
},
.printlock = printlock_regspace2_block_eraser_1,
- .unlock = unlock_regspace2_block_eraser_1,
+ .unlock = unlock_49lfxxxc,
.write = write_82802ab,
.read = read_memmapped,
.voltage = {3000, 3600},
@@ -14473,7 +14473,7 @@
}
},
.printlock = printlock_regspace2_block_eraser_1,
- .unlock = unlock_regspace2_block_eraser_1,
+ .unlock = unlock_49lfxxxc,
.write = write_82802ab,
.read = read_memmapped,
.voltage = {3000, 3600},
@@ -14507,7 +14507,7 @@
}
},
.printlock = printlock_regspace2_block_eraser_1,
- .unlock = unlock_regspace2_block_eraser_1,
+ .unlock = unlock_49lfxxxc,
.write = write_82802ab,
.read = read_memmapped,
.voltage = {3000, 3600},
@@ -14692,7 +14692,7 @@
}
},
.printlock = printlock_regspace2_block_eraser_1,
- .unlock = unlock_regspace2_block_eraser_1,
+ .unlock = unlock_49lfxxxc,
.write = write_82802ab,
.read = read_memmapped,
.voltage = {3000, 3600},

To view, visit change 48109. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I05c163eda8db5bb92c406f2d99c21fe33502cd65
Gerrit-Change-Number: 48109
Gerrit-PatchSet: 1
Gerrit-Owner: Nikolai Artemiev <nartemiev@google.com>
Gerrit-MessageType: newchange