mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
20d0464300
commit
253f939aa1
1 changed files with 1 additions and 1 deletions
|
@ -995,7 +995,7 @@ config GENERATE_SMBIOS_TABLE
|
||||||
|
|
||||||
Check http://www.dmtf.org/standards/smbios for details.
|
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.
|
the devicetree.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
Loading…
Reference in a new issue