This converts 1 usage of this option to the non-SPL form, since there is no SPL_GENERATE_SMBIOS_TABLE defined in Kconfig
Signed-off-by: Simon Glass <s...@chromium.org> --- include/asm-generic/global_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h index da17ac8cbc8..ac7640c5ed0 100644 --- a/include/asm-generic/global_data.h +++ b/include/asm-generic/global_data.h @@ -467,7 +467,7 @@ struct global_data { */ ulong acpi_start; #endif -#if CONFIG_IS_ENABLED(GENERATE_SMBIOS_TABLE) +#if IS_ENABLED(CONFIG_GENERATE_SMBIOS_TABLE) /** * @smbios_version: Points to SMBIOS type 0 version */ -- 2.39.1.456.gfc5497dd1b-goog