On Thu, Jan 21, 2021 at 10:07 AM Simon Glass <s...@chromium.org> wrote: > > We may as well include the U-Boot release information in the type-0 table > since it is designed for that purpose. > > U-Boot uses release versions based on the year and month. The year cannot > fit in a byte, so drop the century. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > Changes in v2: > - Add a comment about dropping the century > > lib/smbios.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>