]> git.ipfire.org Git - thirdparty/u-boot.git/commit
smbios: Use char consistently for the eos member
authorSimon Glass <sjg@chromium.org>
Fri, 5 Feb 2021 04:17:15 +0000 (21:17 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sat, 6 Feb 2021 11:18:41 +0000 (19:18 +0800)
commitdc090586a0257699a497290bbc85588abc773bc2
tree2e54e4699aa818bf710001e5453e5c501272e96c
parent0e89b85906eafa22971f685fe5b184852f7b4eb0
smbios: Use char consistently for the eos member

At present a few of the structs use u8 instead of char. This is a string,
so char is better. Update them.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
include/smbios.h