summaryrefslogtreecommitdiff
path: root/tools/buildman/func_test.py
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2023-08-14 01:46:43 +0200
committerTom Rini <trini@konsulko.com>2023-08-22 15:17:52 -0400
commit9161c2c90d00c46e944cfeb4091230ec460a9981 (patch)
tree56df79862d668cffe3fc771995111c3d4eb4ab4d /tools/buildman/func_test.py
parent91d3066c907dedb3d45fd16e11f938bf46eafec7 (diff)
disk: Simplify disk_blk_{write, erase}() using blk_{write, erase}()
These two functions are basically identical, just call the blk_*() functions from disk_blk_*() functions. The only difference is that the disk_blk_*() functions have to use parent block device as the udevice implementing block device operations. Add documentation on what those functions really do. The documentation is not wrong even though it likely does look that way. The write/erase functions really do not take into account the partition offset. This will be fixed in the next patch. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'tools/buildman/func_test.py')
0 files changed, 0 insertions, 0 deletions