]> git.dujemihanovic.xyz Git - u-boot.git/commit
smbios: Refactor 32-bit code into an else statement
authorSimon Glass <sjg@chromium.org>
Sun, 31 Dec 2023 15:25:44 +0000 (08:25 -0700)
committerSimon Glass <sjg@chromium.org>
Sun, 7 Jan 2024 20:45:06 +0000 (13:45 -0700)
commit58c638330ab15c8ee465fa61e40c66234f9e7909
tree4a90973d56e09269a2a5b1d455b00ef0ebd28ebd
parentc2c598e87cfe56f5991730762c00733c5aa9a994
smbios: Refactor 32-bit code into an else statement

In preparation for adding support for SMBIOS3 move this code into an
else statement. There is no functional change.

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