diff options
author | Aidan Thornton <makosoft@gmail.com> | 2013-08-27 18:01:53 +0000 |
---|---|---|
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2013-08-27 18:01:53 +0000 |
commit | db4e87dccf040f29dca18571bc455ee23fb430eb (patch) | |
tree | d88ea1cd6abaa3cbad69fb447eb6dc0092fbb78e /serprog.c | |
parent | 6db8bad530612262a42c492f06816eb85b8598fc (diff) | |
download | flashrom-git-db4e87dccf040f29dca18571bc455ee23fb430eb.tar.gz |
Add support for Atmel AT45DB* chips
Corresponding to flashrom svn r1723.
Signed-off-by: Aidan Thornton <makosoft@gmail.com>
Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'serprog.c')
-rw-r--r-- | serprog.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -922,8 +922,7 @@ static int serprog_spi_send_command(struct flashctx *flash, /* FIXME: This function is optimized so that it does not split each transaction * into chip page_size long blocks unnecessarily like spi_read_chunked. This has * the advantage that it is much faster for most chips, but breaks those with - * non-contiguous address space (like AT45DB161D). When spi_read_chunked is - * fixed this method can be removed. */ + * non-continuous reads. When spi_read_chunked is fixed this method can be removed. */ static int serprog_spi_read(struct flashctx *flash, uint8_t *buf, unsigned int start, unsigned int len) { |