commit | 9140559d0bd024497f3258eb3fdb39d5a377531b | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Mon Aug 14 01:46:44 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 22 15:17:52 2023 -0400 |
tree | 577c1a17fec9b7a033b295a34bec7f4e5a6f08fe | |
parent | 2aee7499bd24375ca13ff08fe2d5a0f3ff951bbe [diff] |
disk: Handle partition to block device offset conversion Convert the read/write/erase offset from one within a partition to one within a block device, to correctly access the data on the block device for both write and erase operations. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>