mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
flashrom: Fix copypaste error in r3913.
Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3916 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
fbda0d3143
commit
f3bc765493
1 changed files with 1 additions and 1 deletions
|
@ -1136,7 +1136,7 @@ struct flashchip flashchips[] = {
|
||||||
.tested = TEST_OK_PR,
|
.tested = TEST_OK_PR,
|
||||||
.probe = probe_spi_rems,
|
.probe = probe_spi_rems,
|
||||||
.erase = spi_chip_erase_c7,
|
.erase = spi_chip_erase_c7,
|
||||||
.write = spi_chip_aai_write,
|
.write = spi_aai_write,
|
||||||
.read = spi_chip_read,
|
.read = spi_chip_read,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue