Skip to content

Commit d6f12f8

Browse files
bulwahnsuryasaimadhu
authored andcommitted
x86/build: Use the proper name CONFIG_FW_LOADER
Commit in Fixes intends to add the expression regex only when FW_LOADER is enabled - not FW_LOADER_BUILTIN. Latter is a leftover from a previous patchset and not a valid config item. So, adjust the condition to the actual name of the config. [ bp: Cleanup commit message. ] Fixes: c8dcf65 ("x86/build: Tuck away built-in firmware under FW_LOADER") Signed-off-by: Lukas Bulwahn <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Reviewed-by: Greg Kroah-Hartman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent fc74e0a commit d6f12f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/tools/relocs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ static const char * const sym_regex_kernel[S_NSYMTYPES] = {
6868
"(__parainstructions|__alt_instructions)(_end)?|"
6969
"(__iommu_table|__apicdrivers|__smp_locks)(_end)?|"
7070
"__(start|end)_pci_.*|"
71-
#if CONFIG_FW_LOADER_BUILTIN
71+
#if CONFIG_FW_LOADER
7272
"__(start|end)_builtin_fw|"
7373
#endif
7474
"__(start|stop)___ksymtab(_gpl)?|"

0 commit comments

Comments
 (0)