diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-07-22 10:04:06 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-08-03 18:25:23 +0000 |
commit | 24548e4c5647ff88c47881e5a18df2249c0a2a1d (patch) | |
tree | 118746db8d753502191de04b7c8d66d0eeb6f45c /src/soc | |
parent | 4bf1385c6c55c338495048de4426b37cfca2f3ee (diff) |
soc/intel/xeon_sp/spr/Kconfig: Remove unused SIPI_FINAL_TIMEOUT
Change-Id: I915e0e942adf33175fdc9fe055fce013824d6c0f
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76698
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/xeon_sp/spr/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/intel/xeon_sp/spr/Kconfig b/src/soc/intel/xeon_sp/spr/Kconfig index f666ab5dae..ed9545746b 100644 --- a/src/soc/intel/xeon_sp/spr/Kconfig +++ b/src/soc/intel/xeon_sp/spr/Kconfig @@ -27,10 +27,6 @@ config ACPI_CPU_STRING string default "C%03X" -config SIPI_FINAL_TIMEOUT - int - default 400000 - config PCR_BASE_ADDRESS hex default 0xfd000000 |