]> git.dujemihanovic.xyz Git - u-boot.git/commit
part: Use desc instead of dev_desc
authorSimon Glass <sjg@chromium.org>
Thu, 24 Aug 2023 19:55:24 +0000 (13:55 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 25 Aug 2023 21:55:18 +0000 (17:55 -0400)
commit5aab05d97e299635431fc833fdd4605cc7ebfe0b
treee66f2c7cd1cf29c6f840f022a2c2c289ded9b33c
parent05763b71d2fcfe9729bf5ef0b14bd00c3af0c985
part: 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 partition code to
just use 'desc', as is done with driver model.

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