summaryrefslogtreecommitdiff
path: root/src/cpu/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/Kconfig')
-rw-r--r--src/cpu/Kconfig13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig
index b0f7a140ab..9ab0556da3 100644
--- a/src/cpu/Kconfig
+++ b/src/cpu/Kconfig
@@ -159,16 +159,3 @@ config CPU_MICROCODE_FILE
default "cpu_microcode.bin"
help
The path and filename of the file containing the CPU microcode.
-
-config CPU_MICROCODE_CBFS_LOC
- hex "Microcode address in CBFS"
- depends on CPU_MICROCODE_IN_CBFS
- default 0
-
-config CPU_MICROCODE_CBFS_LEN
- hex "Microcode length in CBFS"
- depends on CPU_MICROCODE_IN_CBFS
- default 0xC000
- help
- The microcode needs a specific length to get correctly
- detected and loaded by all CPUs.