mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-29 07:53:44 +02:00
Kill an erroneous .erase introduced in r900
Corresponding to flashrom svn r901. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
parent
f5ae4d4a35
commit
cd446f4b93
@ -2342,7 +2342,6 @@ struct flashchip flashchips[] = {
|
|||||||
.tested = TEST_UNTESTED,
|
.tested = TEST_UNTESTED,
|
||||||
.probe = probe_82802ab,
|
.probe = probe_82802ab,
|
||||||
.probe_timing = TIMING_ZERO, /* Datasheet has no timing info specified */
|
.probe_timing = TIMING_ZERO, /* Datasheet has no timing info specified */
|
||||||
.erase = NULL,
|
|
||||||
.block_erasers =
|
.block_erasers =
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user