summaryrefslogtreecommitdiffstats
path: root/src/soc
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2022-06-20 13:45:06 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-06-21 14:14:53 +0000
commit1a923b9b3a9ce936c66fea56040e0b09bf283489 (patch)
tree191365e0e2b513253053b829d08187f4946e30f5 /src/soc
parent5eda52a599e9dac2f51de3738c9da0a8d96ee17a (diff)
downloadcoreboot-1a923b9b3a9ce936c66fea56040e0b09bf283489.tar.gz
coreboot-1a923b9b3a9ce936c66fea56040e0b09bf283489.tar.bz2
coreboot-1a923b9b3a9ce936c66fea56040e0b09bf283489.zip
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 <felix-coreboot@felixheld.de> Change-Id: I079f229678452ff20d8bb282804cd2e49555a6fb Reviewed-on: https://review.coreboot.org/c/coreboot/+/65255 Reviewed-by: ritul guru <ritul.bits@gmail.com> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jason Glenesk <jason.glenesk@gmail.com> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/amd/cezanne/Kconfig3
-rw-r--r--src/soc/amd/common/block/cpu/Kconfig6
-rw-r--r--src/soc/amd/picasso/Kconfig3
-rw-r--r--src/soc/amd/sabrina/Kconfig3
4 files changed, 0 insertions, 15 deletions
diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig
index 6325e4d5e5b3..bccd455a2a0c 100644
--- a/src/soc/amd/cezanne/Kconfig
+++ b/src/soc/amd/cezanne/Kconfig
@@ -81,9 +81,6 @@ config SOC_SPECIFIC_OPTIONS
config ARCH_ALL_STAGES_X86
default n
-config SOC_AMD_COMMON_BLOCK_UCODE_SIZE
- default 5568
-
config CHIPSET_DEVICETREE
string
default "soc/amd/cezanne/chipset.cb"
diff --git a/src/soc/amd/common/block/cpu/Kconfig b/src/soc/amd/common/block/cpu/Kconfig
index 1da60e5bfe08..0665e7d6f962 100644
--- a/src/soc/amd/common/block/cpu/Kconfig
+++ b/src/soc/amd/common/block/cpu/Kconfig
@@ -75,9 +75,3 @@ config SOC_AMD_COMMON_BLOCK_UCODE
bool
help
Builds in support for loading uCode.
-
-config SOC_AMD_COMMON_BLOCK_UCODE_SIZE
- int
- depends on SOC_AMD_COMMON_BLOCK_UCODE
- help
- Defines the size of the uCode binary in bytes.
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig
index 6628236bf537..88ae228fb591 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"
diff --git a/src/soc/amd/sabrina/Kconfig b/src/soc/amd/sabrina/Kconfig
index 98889c406672..bffb73fc2804 100644
--- a/src/soc/amd/sabrina/Kconfig
+++ b/src/soc/amd/sabrina/Kconfig
@@ -86,9 +86,6 @@ config SOC_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/sabrina/chipset.cb"