diff options
| author | Tom Rini <[email protected]> | 2026-07-03 10:14:32 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-07-03 10:14:32 -0600 |
| commit | 2569e25ddd5aa323cd87c7a3819c3a4f4b32302f (patch) | |
| tree | 5c341a5b2908aab52ace915bde5b60ebdbe922d0 /boot | |
| parent | 683161607af99a12de83eb5702d1f2662a107ac1 (diff) | |
| parent | 93e9af685fefc454580dcf567b03c139a2fe8ebc (diff) | |
Merge patch series "bootdev: few fixes for automatic boot"
[email protected] <[email protected]> says:
This series addresses few findings in bootdev code.
Patch 1 fix for automatic boots in case higher-priority bootdevs fail
to be hunted.
Patch 2 adds unit test for patch 1.
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/bootdev-uclass.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/boot/bootdev-uclass.c b/boot/bootdev-uclass.c index 657804949f8..55e1a6c4e02 100644 --- a/boot/bootdev-uclass.c +++ b/boot/bootdev-uclass.c @@ -669,8 +669,6 @@ int bootdev_next_prio(struct bootflow_iter *iter, struct udevice **devp) BOOTFLOWIF_SHOW); log_debug("- bootdev_hunt_prio() ret %d\n", ret); - if (ret) - return log_msg_ret("hun", ret); } } else { ret = device_probe(dev); |
