summaryrefslogtreecommitdiffstats
path: root/82802ab.c
diff options
context:
space:
mode:
Diffstat (limited to '82802ab.c')
-rw-r--r--82802ab.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/82802ab.c b/82802ab.c
index 2600642..57b3363 100644
--- a/82802ab.c
+++ b/82802ab.c
@@ -160,6 +160,7 @@ int write_page_82802ab(struct flashchip *flash, uint8_t *src, int start, int len
return 0;
}
+/* chunksize is 1 */
int write_82802ab(struct flashchip *flash, uint8_t *buf)
{
return write_page_82802ab(flash, buf, 0, flash->total_size * 1024);
OpenPOWER on IntegriCloud