commit | af184cb3aaf2f2c64067961d8c418759ab92933f | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Tue Apr 20 10:50:55 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue May 04 07:57:18 2021 -0400 |
tree | 10e04827c174b0c2eb452d173adde928fe1b3236 | |
parent | 8ad66c51dbd595b1f59c5683e21937bad4901df5 [diff] |
sysinfo: Use global sysinfo IDs for existing sysinfo drivers Since 07c9e683a4 ("smbios: Allow a few values to come from sysinfo") there are common global sysinfo IDs. This patch moved existing IDs above SYSINFO_ID_USER. Signed-off-by: Sean Anderson <sean.anderson@seco.com> Reviewed-by: Simon Glass <sjg@chromium.org>