commit | ff3edc26085752ad5ae213134871cefd75545d83 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 31 18:50:23 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sun Nov 17 13:12:54 2024 -0600 |
tree | e7c51f231830c3ae12a1c9ab76e2f7d23f7ac92c | |
parent | f544f894a36267a6e70733a55513688184bfbaec [diff] |
dm: sysinfo: Shorten the SYSINFO_ID prefix We are about to add a large number of new entries. Update the prefix to be a little shorter. For SMBIOS items, use SYSID_SM_ (for System Management) which is enough to distinguish it. For now at least, it seems that most items will be for SMBIOS. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Raymond Mao <raymond.mao@linaro.org>