Re: [PATCH] vbe: Allow probing the VBE bootmeth to fail in OS fixup

2023-01-12 Thread Heinrich Schuchardt
On 1/12/23 17:50, Simon Glass wrote: This device is created when there are no bootmeths defined in the device tree. But it cannot be probed with a device tree node. %s/with/without/ (Actually a node is not enough. You also need a bunch of properties, too.) Fixes: a56f663f0707 ("vbe: Add info

[PATCH] vbe: Allow probing the VBE bootmeth to fail in OS fixup

2023-01-12 Thread Simon Glass
This device is created when there are no bootmeths defined in the device tree. But it cannot be probed with a device tree node. For now, ignore a probe failure. Signed-off-by: Simon Glass Reported-by: Karsten Merker Suggested-by: Heinrich Schuchardt --- boot/vbe_simple_os.c | 12