Re: [PATCH] bootdev: drop unnecessary assert on bootflow->bdev

2024-03-04 Thread Tom Rini
On Mon, Feb 12, 2024 at 10:35:12AM +0100, Thomas Weißschuh wrote: > 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 Applied to

[PATCH] bootdev: drop unnecessary assert on bootflow->bdev

2024-02-12 Thread Thomas Weißschuh
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 --- boot/bootdev-uclass.c | 1 - 1 file changed, 1 deletion(-) diff --git