Re: [PATCH v5 16/28] efi: Check for failure when initing the app

2021-12-09 Thread Heinrich Schuchardt
On 12/4/21 07:56, Simon Glass wrote: The stub checks for failure with efi_init(). Add this for the app as well. It is unlikely that anything can be done, but we may as well stop. Signed-off-by: Simon Glass --- (no changes since v1) lib/efi/efi_app.c | 7 +-- 1 file changed, 5 insertion

[PATCH v5 16/28] efi: Check for failure when initing the app

2021-12-04 Thread Simon Glass
The stub checks for failure with efi_init(). Add this for the app as well. It is unlikely that anything can be done, but we may as well stop. Signed-off-by: Simon Glass --- (no changes since v1) lib/efi/efi_app.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/ef