]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: part: Drop the block_drvr table
authorSimon Glass <sjg@chromium.org>
Sun, 1 May 2016 19:52:32 +0000 (13:52 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 17 May 2016 15:54:43 +0000 (09:54 -0600)
commit6dd9faf8f97e1aad9961a480775612f6cbde27de
tree1b4c9c7616e9a6f557792f2818a5a2d01120fd98
parent1fde473da7a5de1e6ad1c72d1b84763642bb1a9f
dm: part: Drop the block_drvr table

This is not needed since we can use the functions provided by the legacy
block device support.

Signed-off-by: Simon Glass <sjg@chromium.org>
disk/part.c
lib/efi_loader/efi_disk.c