]> git.dujemihanovic.xyz Git - u-boot.git/commit
part: efi: Use desc instead of dev_desc
authorSimon Glass <sjg@chromium.org>
Thu, 24 Aug 2023 19:55:27 +0000 (13:55 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 25 Aug 2023 21:55:18 +0000 (17:55 -0400)
commit7ed781fb4ce0292902f325ac07e4120233a87d4c
treea54791a8f132984bec982d52794a214213e706a0
parentcfdcd41e5ab5b0b17adb4d9afeab1bcb926e914e
part: efi: Use desc instead of dev_desc

The dev_ prefix is a hangover from the pre-driver model days. The device
is now a different thing, with driver model. Update the efi code to
just use 'desc'.

Signed-off-by: Simon Glass <sjg@chromium.org>
disk/part_efi.c