Make eeprom reads and writes across block boundary work
authorKeith Packard <keithp@keithp.com>
Thu, 3 Sep 2009 04:57:54 +0000 (21:57 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 3 Sep 2009 04:57:54 +0000 (21:57 -0700)
Reading and writing across the block boundary was not stepping the
eeprom position after the partial i/o operation at the end of the
first block. This meant that the operation would re-use the end of the
previous block, either re-reading or re-writing it.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found