commit | 5d3ee564b7de253da0bcdc7a345746eb23e717b7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Nov 07 08:47:03 2016 -0700 |
committer | Alexander Graf <agraf@suse.de> | Mon Nov 14 23:24:03 2016 +0100 |
tree | 33de5afce2599e721fcc9d591bfa720ab49adcd1 | |
parent | a074d5db8951878512713e67407bb81989599582 [diff] |
x86: Correct a build warning in x86 tables There is a build warning for three x86 boards since write_smbios_table_wrapper() is not used. Fix it. Fixes: e824cf3f (smbios: Allow compilation on 64bit systems) Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Alexander Graf <agraf@suse.de>