]> git.ipfire.org Git - thirdparty/u-boot.git/commit
smbios: fill wake-up type
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 10 Feb 2024 11:06:48 +0000 (12:06 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 27 Mar 2024 08:23:30 +0000 (09:23 +0100)
commit6eca28b61af1835e70a6feb86f86a0b18b1708c6
tree0fb5fd1d61e5ac3014212f16ba8998efdf1eb7ff
parent23109d0575bd9bd96ff0c0dabc00668bebc78239
smbios: fill wake-up type

We should not use the reserved value 0x00 for the wake up type but
use 0x02 (Unknown).

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