soc/amd/*/Kconfig: drop unused SOC_AMD_COMMON_BLOCK_UCODE_SIZE option
Commit 96f7b96866
(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>
This commit is contained in:
parent
5eda52a599
commit
1a923b9b3a
|
@ -81,9 +81,6 @@ config SOC_SPECIFIC_OPTIONS
|
||||||
config ARCH_ALL_STAGES_X86
|
config ARCH_ALL_STAGES_X86
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config SOC_AMD_COMMON_BLOCK_UCODE_SIZE
|
|
||||||
default 5568
|
|
||||||
|
|
||||||
config CHIPSET_DEVICETREE
|
config CHIPSET_DEVICETREE
|
||||||
string
|
string
|
||||||
default "soc/amd/cezanne/chipset.cb"
|
default "soc/amd/cezanne/chipset.cb"
|
||||||
|
|
|
@ -75,9 +75,3 @@ config SOC_AMD_COMMON_BLOCK_UCODE
|
||||||
bool
|
bool
|
||||||
help
|
help
|
||||||
Builds in support for loading uCode.
|
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.
|
|
||||||
|
|
|
@ -78,9 +78,6 @@ config CPU_SPECIFIC_OPTIONS
|
||||||
config ARCH_ALL_STAGES_X86
|
config ARCH_ALL_STAGES_X86
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config SOC_AMD_COMMON_BLOCK_UCODE_SIZE
|
|
||||||
default 3200
|
|
||||||
|
|
||||||
config CHIPSET_DEVICETREE
|
config CHIPSET_DEVICETREE
|
||||||
string
|
string
|
||||||
default "soc/amd/picasso/chipset.cb"
|
default "soc/amd/picasso/chipset.cb"
|
||||||
|
|
|
@ -86,9 +86,6 @@ config SOC_SPECIFIC_OPTIONS
|
||||||
config ARCH_ALL_STAGES_X86
|
config ARCH_ALL_STAGES_X86
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config SOC_AMD_COMMON_BLOCK_UCODE_SIZE
|
|
||||||
default 3200
|
|
||||||
|
|
||||||
config CHIPSET_DEVICETREE
|
config CHIPSET_DEVICETREE
|
||||||
string
|
string
|
||||||
default "soc/amd/sabrina/chipset.cb"
|
default "soc/amd/sabrina/chipset.cb"
|
||||||
|
|
Loading…
Reference in New Issue