Submitter | Antonio Ospite |
---|---|
Date | 2012-10-15 08:56:10 |
Message ID | <20121015105610.6f7915d56ef26669234cfc5c@studenti.unina.it> |
Download | mbox | patch |
Permalink | /patch/3775/ |
State | Not for merge |
Headers | show |
Comments
Patch
diff --git a/chipdrivers.h b/chipdrivers.h index 1ef4959..b754076 100644 --- a/chipdrivers.h +++ b/chipdrivers.h @@ -34,7 +34,7 @@ int spi_chip_read(struct flashctx *flash, uint8_t *buf, unsigned int start, int /* spi25.c */ int probe_spi_rdid(struct flashctx *flash); -int probe_spi_rdid4(struct flashctx *flash); +int probe_spi_rdid_edi(struct flashctx *flash); int probe_spi_rems(struct flashctx *flash); int probe_spi_res1(struct flashctx *flash); int probe_spi_res2(struct flashctx *flash);