]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: replace find_smbios_table by library function
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 26 Jan 2024 08:13:22 +0000 (09:13 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 29 Jan 2024 10:31:28 +0000 (11:31 +0100)
commit796469c453325c2778b388ee4bd67f4dc0d16685
tree6b84d86edc825590f78ee674a3f0a7a1f59ad2e7
parent102ab672d39fb90659dc8464ef77fcc607ba20a5
efi_loader: replace find_smbios_table by library function

The code in find_smbios_table() is redundant to
efi_get_configuration_table(). Replace it.

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