"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cmd: smbios: Fix header for type 3 entries

Change from "Baseboard Information" to "Chassis information".

Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

authored by

Mark Kettenis and committed by
Tom Rini
f35f0537 e63e088b

+1 -1
+1 -1
cmd/smbios.c
··· 280 280 int i; 281 281 u8 *addr = (u8 *)table + offsetof(struct smbios_type3, sku_number); 282 282 283 - printf("Baseboard Information\n"); 283 + printf("Chassis Information\n"); 284 284 smbios_print_str("Manufacturer", table, table->manufacturer); 285 285 printf("\tType: 0x%02x\n", table->chassis_type); 286 286 smbios_print_str("Version", table, table->version);