diff options
author | Jaak Ristioja | 2018-02-09 11:22:16 +0200 |
---|---|---|
committer | Jiri Kosina | 2018-03-27 09:51:23 +0200 |
commit | 1897a9691e384f6e30b8e8e30fc75d00e402e0ca (patch) | |
tree | 3f9da4c9657758cb6b8e20c5d5c7c80a55d96e24 /arch/x86/Kconfig | |
parent | 13cf912b2da3d79377d8335492077b7225ce67f9 (diff) |
Documentation: Fix early-microcode.txt references after file rename
The file Documentation/x86/early-microcode.txt was renamed to
Documentation/x86/microcode.txt in 0e3258753f81, but it was still
referenced by its old name in a three places:
* Documentation/x86/00-INDEX
* arch/x86/Kconfig
* arch/x86/kernel/cpu/microcode/amd.c
This commit updates these references accordingly.
Fixes: 0e3258753f81 ("x86/microcode: Document the three loading methods")
Signed-off-by: Jaak Ristioja <jaak@ristioja.ee>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 0fa71a78ec99..45981cc51239 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1306,7 +1306,7 @@ config MICROCODE the Linux kernel. The preferred method to load microcode from a detached initrd is described - in Documentation/x86/early-microcode.txt. For that you need to enable + in Documentation/x86/microcode.txt. For that you need to enable CONFIG_BLK_DEV_INITRD in order for the loader to be able to scan the initrd for microcode blobs. |