]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootdev: drop unnecessary assert on bootflow->bdev
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Mon, 12 Feb 2024 09:35:12 +0000 (10:35 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 2 Mar 2024 17:26:19 +0000 (12:26 -0500)
commit8987c06f46dfd192f765c738b15119850054f18b
tree2b3e3b00c683cc8aacb596c09065c147f22db0e4
parent4c7363068651f222be6150050bb3aa9823ca6f78
bootdev: drop unnecessary assert on bootflow->bdev

Not all flows have a device and the function already contains logic to
handle this case.

Fixes: eccb25cd5922 ("bootstd: Allow the bootdev to be optional in bootflows")
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
boot/bootdev-uclass.c