commit | 3d34763094361413b153684c4e20f15e51448063 | [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 | 8433a5da5ebfea7c72879035074507948e04610f [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>