]> git.baikalelectronics.ru Git - kernel.git/commit
x86/build: Use the proper name CONFIG_FW_LOADER
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 29 Dec 2021 11:15:53 +0000 (12:15 +0100)
committerBorislav Petkov <bp@suse.de>
Wed, 29 Dec 2021 21:20:38 +0000 (22:20 +0100)
commit1e13774c813237d04d36140f6b8a84c8b8d897d0
treedc86614c7af94b93651b9d47178841964b78c4ff
parentfa6a89fde43e063fdeeeb11ba3c19fd7722e0105
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: 70b7f9d457f3 ("x86/build: Tuck away built-in firmware under FW_LOADER")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20211229111553.5846-1-lukas.bulwahn@gmail.com
arch/x86/tools/relocs.c