commit | eed0a7a3e6087d038fccea18676e285d9807b644 | [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 | 430e136dc1398546ad2b1db08692e9edac480cc8 [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>