]> git.ipfire.org Git - thirdparty/u-boot.git/commit
cmd: smbios: replace missing string by 'Not Specified'
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 29 Jan 2024 17:01:27 +0000 (18:01 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 2 Feb 2024 18:56:54 +0000 (19:56 +0100)
commitc11f176ab16a3488c0b057fed41d76ef96091564
tree08580222bae2330e8c8294dccf1180a08b38dd22
parente799f8a48d1d4930402078a766dd9e999e63471b
cmd: smbios: replace missing string by 'Not Specified'

A missing string value is indicated by a string index of 0. In this case
print 'Not Specified' like the Linux dmidecode command does.

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