efi: Mention that efi_info_get() is only used in the stub
authorSimon Glass <sjg@chromium.org>
Wed, 29 Dec 2021 18:57:48 +0000 (11:57 -0700)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 31 Dec 2021 05:59:37 +0000 (06:59 +0100)
commitcf376037e232869fd86cf2658bdf297fbe004055
treeb7402ae601bc400019c6fe43a5ba0fac6270fd32
parentbc53a35ac526c575a91c12af21f7106d54f7a496
efi: Mention that efi_info_get() is only used in the stub

This provides access to EFI tables after U-Boot has exited boot services.
It is not needed in the app since boot services remain alive and we can
just call them whenever needed.

Add a comment to explain this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
include/efi.h