]> git.dujemihanovic.xyz Git - u-boot.git/commit
disk: Switch part_blk_*() functions to disk_blk_*()
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 13 Aug 2023 23:46:46 +0000 (01:46 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 22 Aug 2023 19:17:52 +0000 (15:17 -0400)
commit30a12e080104dc7cbdead7e9adc4f5ec4f7a3c40
tree212e4620068cd5fe493b78fd194e4e43258147e9
parentbfd98b9a634e5922ca60597f59d83afdaa7c99ad
disk: Switch part_blk_*() functions to disk_blk_*()

The behavior of the part_blk_*() functions is now identical
to disk_blk_*() functions, switch the former to the later.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
disk/disk-uclass.c