diff mbox series

lib/Kconfig: Correct typo about SYSINFO_SMBIOS in help message

Message ID 20231120201723.619989-1-trini@konsulko.com
State Accepted
Commit 253f939aa11cecde2aef632b528d550ca94630b4
Delegated to: Tom Rini
Headers show
Series lib/Kconfig: Correct typo about SYSINFO_SMBIOS in help message | expand

Commit Message

Tom Rini Nov. 20, 2023, 8:17 p.m. UTC
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>
---
 lib/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass Nov. 21, 2023, 2:16 a.m. UTC | #1
On Mon, 20 Nov 2023 at 13:17, Tom Rini <trini@konsulko.com> wrote:
>
> 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>
> ---
>  lib/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini Dec. 13, 2023, 11:05 p.m. UTC | #2
On Mon, Nov 20, 2023 at 03:17:23PM -0500, Tom Rini wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/lib/Kconfig b/lib/Kconfig
index 19649517a39b..d47df6bb1cfa 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