diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig index 6325e4d5e5..bccd455a2a 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 1da60e5bfe..0665e7d6f9 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 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" diff --git a/src/soc/amd/sabrina/Kconfig b/src/soc/amd/sabrina/Kconfig index 98889c4066..bffb73fc28 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"