summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2017-10-14 18:56:50 +0200
committerNico Huber <nico.h@gmx.de>2017-12-28 10:48:28 +0000
commit7e3c81ae7122120fe10d43fcba61a513e2461de9 (patch)
treef505342cd2879b9cc77c2cbf66dda0231869ee9c /flashchips.c
parent0ee2dc06839d2f4f3197dd0ef51202e51e945bea (diff)
downloadflashrom-7e3c81ae7122120fe10d43fcba61a513e2461de9.tar.gz
flashrom-7e3c81ae7122120fe10d43fcba61a513e2461de9.tar.bz2
flashrom-7e3c81ae7122120fe10d43fcba61a513e2461de9.zip
spi25: Merge remainder of spi4ba in
Change-Id: If581e24347e45cbb27002ea99ffd70e334c110cf Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/22388 Reviewed-by: David Hendricks <david.hendricks@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/flashchips.c b/flashchips.c
index 439c05f0a..c8ea5eb90 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -9923,10 +9923,10 @@ const struct flashchip flashchips[] = {
.block_erasers = {
{
.eraseblocks = { {4 * 1024, 8192} },
- .block_erase = spi_block_erase_21_4ba_direct,
+ .block_erase = spi_block_erase_21,
}, {
.eraseblocks = { {64 * 1024, 512} },
- .block_erase = spi_block_erase_dc_4ba_direct,
+ .block_erase = spi_block_erase_dc,
}, {
.eraseblocks = { {32768 * 1024, 1} },
.block_erase = spi_block_erase_c7,
@@ -9956,10 +9956,10 @@ const struct flashchip flashchips[] = {
.block_erasers = {
{
.eraseblocks = { {4 * 1024, 16384} },
- .block_erase = spi_block_erase_21_4ba_direct,
+ .block_erase = spi_block_erase_21,
}, {
.eraseblocks = { {64 * 1024, 1024} },
- .block_erase = spi_block_erase_dc_4ba_direct,
+ .block_erase = spi_block_erase_dc,
}, {
.eraseblocks = { {65536 * 1024, 1} },
.block_erase = spi_block_erase_c7,