]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: reduce noisiness if ESP is missing
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 18 Oct 2024 01:18:36 +0000 (03:18 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 18 Oct 2024 14:17:29 +0000 (16:17 +0200)
commitbc4fe5666dae6ab01a433970c3f5e6eb4833ebe7
treeff50c42da10eaeec85c8b827ff1b80e7dbc0d63f
parent3d23dedd929cedb36499469ceec0247578fed046
efi_loader: reduce noisiness if ESP is missing

EFI variables can be stored in a file on the EFI system partition. If that
partition is missing we are writing two error messages per variable. This
is too noisy.

Just warn once about the missing ESP.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
lib/efi_loader/efi_var_file.c