]> git.dujemihanovic.xyz Git - u-boot.git/commit
smbios: do not determine maximum structure size
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 31 Jan 2024 22:42:35 +0000 (23:42 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 2 Feb 2024 18:57:45 +0000 (19:57 +0100)
commite494258deddcae4a6805abfbb643b2fdc8ac3736
tree9b075785a02d25f6571b9b42e50ae96164d10f0c
parent551bc96be51c183ee90770bec985990bc6bcc4ad
smbios: do not determine maximum structure size

Only the SMBIOS 2.1 entry point has a field for the maximum structure size.
As we have switched to an SMBIOS 3 entry point remove the superfluous
calculation.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/smbios.c