]> git.ipfire.org Git - thirdparty/u-boot.git/commit - include/smbios.h
smbios: Require the caller to align the SMBIOS table
authorSimon Glass <sjg@chromium.org>
Sun, 31 Dec 2023 15:25:50 +0000 (08:25 -0700)
committerSimon Glass <sjg@chromium.org>
Sun, 7 Jan 2024 20:45:07 +0000 (13:45 -0700)
commit31f950a963a382d48193ecd79698f795b7603846
tree9c6b1ca02ba3df2c14cd7239ddf40afd32141ed9
parent138e69149b84180753da4dca59d4cb4f03da3ca7
smbios: Require the caller to align the SMBIOS table

All callers handle this alignment, so drop the unnecessary code. This
simplifies things a little.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
include/smbios.h
lib/smbios.c