soc/intel/appololake: Remove dead MPINIT code selection
This not hooked up anywhere. Change-Id: I95a2d14aea6f1a6013edf1bcb88bb35de88cba4f Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/23458 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
4004081e08
commit
f9d9781292
|
@ -321,27 +321,6 @@ config USE_APOLLOLAKE_FSP_CAR
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
choice
|
|
||||||
prompt "MPINIT code implementation"
|
|
||||||
default NO_COMMON_MPINIT if SOC_INTEL_APOLLOLAKE
|
|
||||||
default COMMON_MPINIT
|
|
||||||
help
|
|
||||||
This option allows you to select MP Init Code path either
|
|
||||||
from Intel Common Code implementation, or from SOC files.
|
|
||||||
|
|
||||||
config NO_COMMON_MPINIT
|
|
||||||
bool "Not using Common MP Init code"
|
|
||||||
help
|
|
||||||
Common code MP Init path is not used.
|
|
||||||
|
|
||||||
config COMMON_MPINIT
|
|
||||||
bool "Using Common MP Init code"
|
|
||||||
select SOC_INTEL_COMMON_BLOCK_CPU_MPINIT
|
|
||||||
help
|
|
||||||
Common code MP Init path is used.
|
|
||||||
|
|
||||||
endchoice
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Each bit in QOS mask controls this many bytes. This is calculated as:
|
# Each bit in QOS mask controls this many bytes. This is calculated as:
|
||||||
# (CACHE_WAYS / CACHE_BITS_PER_MASK) * CACHE_LINE_SIZE * CACHE_SETS
|
# (CACHE_WAYS / CACHE_BITS_PER_MASK) * CACHE_LINE_SIZE * CACHE_SETS
|
||||||
|
|
Loading…
Reference in New Issue