From 1a923b9b3a9ce936c66fea56040e0b09bf283489 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Mon, 20 Jun 2022 13:45:06 +0200 Subject: soc/amd/*/Kconfig: drop unused SOC_AMD_COMMON_BLOCK_UCODE_SIZE option Commit 96f7b96866b0bce7a1323c4da478f838f884383f (soc/amd/common/block/ cpu/: Make ucode update more generic) removed the code that used the SOC_AMD_COMMON_BLOCK_UCODE_SIZE Kconfig value. Drop the now unused Kconfig option. Signed-off-by: Felix Held Change-Id: I079f229678452ff20d8bb282804cd2e49555a6fb Reviewed-on: https://review.coreboot.org/c/coreboot/+/65255 Reviewed-by: ritul guru Reviewed-by: Fred Reitberger Tested-by: build bot (Jenkins) Reviewed-by: Jason Glenesk Reviewed-by: Marshall Dawson --- src/soc/amd/picasso/Kconfig | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/soc/amd/picasso') diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig index 6628236bf5..88ae228fb5 100644 --- a/src/soc/amd/picasso/Kconfig +++ b/src/soc/amd/picasso/Kconfig @@ -78,9 +78,6 @@ config CPU_SPECIFIC_OPTIONS config ARCH_ALL_STAGES_X86 default n -config SOC_AMD_COMMON_BLOCK_UCODE_SIZE - default 3200 - config CHIPSET_DEVICETREE string default "soc/amd/picasso/chipset.cb" -- cgit v1.2.3