]> git.baikalelectronics.ru Git - uboot.git/commit
vbe: Use a warning for a failed requests
authorSimon Glass <sjg@chromium.org>
Fri, 21 Oct 2022 00:23:06 +0000 (18:23 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 31 Oct 2022 15:03:18 +0000 (11:03 -0400)
commit9a2a098a9a6753dbc4772119e243fc829ce80c26
treef9244eb1a586b8cd32abf4a11132a3cfd6947b88
parente964196e0b34176679cf980333dbd799d87cf4d9
vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/vbe_request.c