[PATCH 1/1] lib: smbios: verify_checksum() is duplicate

Simon Glass sjg at chromium.org
Tue Dec 26 10:47:04 CET 2023


On Fri, Dec 22, 2023 at 6:13 PM Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
> The function verify_checksum() duplicates what table_compute_checksum()
> does. Replace it.
>
> Fixes: 415eab0655a8 ("smbios: add parsing API")
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
>  lib/smbios-parser.c | 18 ++----------------
>  1 file changed, 2 insertions(+), 16 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>

It would be worth mentioning that that function is always including in
the build,


More information about the U-Boot mailing list