commit | d063395667b0e05edab3173ad5ec3d29d2489eaa | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 24 13:55:26 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 25 17:55:18 2023 -0400 |
tree | 848d79a679bb4a97a3e04cd4bb90ba56d029f89c | |
parent | 17d797b43464c4e48c18e6a215046b416da9858a [diff] |
part: dos: 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 dos code to just use 'desc'. Signed-off-by: Simon Glass <sjg@chromium.org>