aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-11-20 15:17:23 -0500
committerTom Rini <trini@konsulko.com>2023-12-13 09:57:02 -0500
commit253f939aa11cecde2aef632b528d550ca94630b4 (patch)
tree6b76f3c7ce0067e315ce1f23b89560b8ed653a41
parent20d0464300c25db673cfb5e4539aa3767606d151 (diff)
downloadu-boot-253f939aa11cecde2aef632b528d550ca94630b4.zip
u-boot-253f939aa11cecde2aef632b528d550ca94630b4.tar.gz
u-boot-253f939aa11cecde2aef632b528d550ca94630b4.tar.bz2
lib/Kconfig: Correct typo about SYSINFO_SMBIOS in help message
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>
-rw-r--r--lib/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 1964951..d47df6b 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -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