commit | 7d9550094efc66c0ab497bd5e0b8c3bb0ac12fcb | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@amd.com> | Fri Apr 26 15:38:12 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 20 11:41:42 2024 -0600 |
tree | 932e7281e03fd4e3ea35951fe22083a1c35365cc | |
parent | 7e842c812eb88994e20e3155aa7a5e1227cb3c86 [diff] |
lib: smbios: Let detect the system via sysinfo Currently code looks like that it sysinfo drivers are supported but actually none checking that system is detected. That's why call sysinfo_detect() to make sure that priv->detected in sysinfo uclass is setup hence information from driver can be passed to smbios. Signed-off-by: Michal Simek <michal.simek@amd.com> Reviewed-by: Simon Glass <sjg@chromium.org>