diff options
author | Marc Jones <marcjones@sysproconsulting.com> | 2021-04-16 12:51:38 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-19 06:38:18 +0000 |
commit | 194179c3d76ffc5c764f54b867e564cefb59c881 (patch) | |
tree | e586a5bc2733c1c1a93618f903c5580dfc7894ef /src/mainboard/ocp/tiogapass | |
parent | 29abd048efeb3bc5f968aa7121ca700c7d4f1b4d (diff) |
mainboard/ocp/tiogapass: Remove redundant PARALLEL_MP_AP_WORK
PARALLEL_MP_AP_WORK is set in the xeon_sp Kconfig. No need to
set it here.
Change-Id: I66d59fd7cbc3617eb739fdf2f3750f20ee701fbd
Signed-off-by: Marc Jones <marcjones@sysproconsulting.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52448
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/ocp/tiogapass')
-rw-r--r-- | src/mainboard/ocp/tiogapass/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/ocp/tiogapass/Kconfig b/src/mainboard/ocp/tiogapass/Kconfig index 2ead76db72..fd4e36f75f 100644 --- a/src/mainboard/ocp/tiogapass/Kconfig +++ b/src/mainboard/ocp/tiogapass/Kconfig @@ -11,7 +11,6 @@ config BOARD_SPECIFIC_OPTIONS select IPMI_OCP select MAINBOARD_USES_FSP2_0 select OCP_DMI - select PARALLEL_MP_AP_WORK select SOC_INTEL_SKYLAKE_SP select SUPERIO_ASPEED_AST2400 select VPD |