]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
lib/Kconfig: Correct typo about SYSINFO_SMBIOS in help message
authorTom Rini <trini@konsulko.com>
Mon, 20 Nov 2023 20:17:23 +0000 (15:17 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 14:57:02 +0000 (09:57 -0500)
The correct symbol to enable to have SMBIOS populate fields based on the
device tree is SYSINFO_SMBIOS and not SMBIOS_SYSINFO.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
lib/Kconfig

index 19649517a39bb8cf57b23e9602574e69a6846e8d..d47df6bb1cfae2349ec7015e32f9d157002f08c5 100644 (file)
@@ -995,7 +995,7 @@ config GENERATE_SMBIOS_TABLE
 
          Check http://www.dmtf.org/standards/smbios for details.
 
-         See also SMBIOS_SYSINFO which allows SMBIOS values to be provided in
+         See also SYSINFO_SMBIOS which allows SMBIOS values to be provided in
          the devicetree.
 
 endmenu