commit | ff192304b69944734a661227c2d00aab5b15cdaf | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Wed Jun 09 18:14:47 2021 +0300 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Jun 28 19:57:13 2021 +0200 |
tree | bb02650c63e3053e4dfd16317c3298916d1ca1fa | |
parent | a86ed41bff94f90af2e1a8798e20920ef0353e97 [diff] |
smbios: Fix BIOS Characteristics Extension Byte 2 We currently define the EFI support of an SMBIOS table as the third bit of "BIOS Characteristics Extension Byte 1". The latest DMTF spec defines it on "BIOS Characteristics Extension Byte 2". Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Remove superfluous assignment. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>