]> git.ipfire.org Git - people/ms/u-boot.git/commit
dfu: dfu_sf: Fix read offset
authorPhil Edworthy <phil.edworthy@renesas.com>
Wed, 24 May 2017 14:09:49 +0000 (15:09 +0100)
committerLukasz Majewski <lukma@denx.de>
Sat, 3 Jun 2017 17:08:31 +0000 (19:08 +0200)
commite5f00f0180994b7ab218e904b3426f1c66eb6da7
treecd35d2b26f1f64fc160f9b8eebcc6e13d83a95e2
parent46bac66b20da6d50e757bdca74703153f233090b
dfu: dfu_sf: Fix read offset

The offset was applied to write, but not read, now its applied to
both.

Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
drivers/dfu/dfu_sf.c