]> git.baikalelectronics.ru Git - uboot.git/commit
bootstd: Allow hunting for bootdevs of a given priority
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jan 2023 17:48:07 +0000 (10:48 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 23 Jan 2023 23:11:41 +0000 (18:11 -0500)
commit6c118a4d6e19db7ed6eeb5622a0edba2e9130ea3
treec695ce097337e6cf870d2e013d436ed50df3e3c7
parent5ef75c51095925bc6cbababb3b9b28da7dc93b85
bootstd: Allow hunting for bootdevs of a given priority

Add a way to run the hunter function for a particular priority, so that
new bootdevs can be found.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/bootdev-uclass.c
include/bootdev.h
test/boot/bootdev.c