]> git.baikalelectronics.ru Git - uboot.git/commit
vbe: Allow probing the VBE bootmeth to fail in OS fixup
authorSimon Glass <sjg@chromium.org>
Thu, 12 Jan 2023 23:48:54 +0000 (16:48 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 19 Jan 2023 00:41:16 +0000 (19:41 -0500)
commit39feb5c0dd3cb8761d205fae2238155a116c4111
treea16efbc231e6f5f90b0e3e056a5c8fbd4cf18e17
parentfd3d82d9559ac57fd6831aa2099e6f18ee4d5f65
vbe: Allow probing the VBE bootmeth to fail in OS fixup

This device is created when there are no bootmeths defined in the device
tree. But it cannot be probed without a device tree node.

For now, ignore a probe failure.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reported-by: Karsten Merker <merker@debian.org>
Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Fixes: 9068460cdd5b ("vbe: Add info about the VBE device to the fwupd node")
Tested-by: Vagrant Cascadian <vagrant@debian.org>
Tested-by: Karsten Merker <merker@debian.org>
boot/vbe_simple_os.c