mirror of
https://xff.cz/git/u-boot/
synced 2025-09-29 06:21:15 +02:00
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>
This commit is contained in:
@@ -394,6 +394,7 @@ static int smbios_write_type1(ulong *current, int handle,
|
||||
} else {
|
||||
t->serial_number = smbios_add_prop(ctx, "serial", NULL);
|
||||
}
|
||||
t->wakeup_type = SMBIOS_WAKEUP_TYPE_UNKNOWN;
|
||||
t->sku_number = smbios_add_prop(ctx, "sku", NULL);
|
||||
t->family = smbios_add_prop(ctx, "family", NULL);
|
||||
|
||||
|
Reference in New Issue
Block a user