commit | d0544244b1c1dc371d0ba18307ce66be51ac1c67 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Jul 21 08:34:18 2023 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Jul 28 11:36:37 2023 +0200 |
tree | 6719984dd251e33792ddbd52c7865940032f57a2 | |
parent | c227ef7c4aca1a26e59640a46950b20bdc80f1b8 [diff] |
efi_loader: simplify dp_fill() Move the recursive dp_fill(dev->parent) call to a single location. Determine uclass_id only once. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>