intel/microcode: Remove leftover MICROCODE_INCLUDE_PATH.
Not used anymore since microcode was moved. Change-Id: Id666c80cb20e90e3664c4dcfcc0c41a4aeb4864c Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/4788 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
parent
1287d1cc80
commit
9c70adf26d
|
@ -39,10 +39,6 @@ config SMM_RESERVED_SIZE
|
|||
hex
|
||||
default 0x100000
|
||||
|
||||
config MICROCODE_INCLUDE_PATH
|
||||
string
|
||||
default "src/cpu/intel/haswell"
|
||||
|
||||
config RESET_ON_INVALID_RAMSTAGE_CACHE
|
||||
bool "Reset the system on S3 wake when ramstage cache invalid."
|
||||
default n
|
||||
|
|
|
@ -32,10 +32,6 @@ config ENABLE_VMX
|
|||
bool "Enable VMX for virtualization"
|
||||
default n
|
||||
|
||||
config MICROCODE_INCLUDE_PATH
|
||||
string
|
||||
default "3rdparty/mainboard/lenovo/x201"
|
||||
|
||||
config XIP_ROM_SIZE
|
||||
hex
|
||||
default 0x20000
|
||||
|
|
|
@ -32,7 +32,4 @@ config ENABLE_VMX
|
|||
bool "Enable VMX for virtualization"
|
||||
default n
|
||||
|
||||
config MICROCODE_INCLUDE_PATH
|
||||
string
|
||||
default "src/cpu/intel/model_206ax"
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue