diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2022-03-27 17:44:16 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-03-28 16:01:51 +0000 |
commit | b16d18158b154f0583184254b92a7fae335a7e15 (patch) | |
tree | f82c78bbac30bee2dab62e60abdad5840906ff33 /src | |
parent | 96839d183c0b7ab2e53cf468784a4937a107ec15 (diff) |
soc/amd/sabrina/Kconfig: update SOC_AMD_COMMON_BLOCK_UCODE_SIZE
The Sabrina microcode update files are 3200 bytes large and not 5568
like it is the case on Cezanne where this file was originally copied
from.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I12209d523096781195ba8957ec797d8c80eecbe5
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63127
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/amd/sabrina/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/sabrina/Kconfig b/src/soc/amd/sabrina/Kconfig index 8392e2f9ca..bef4160d5e 100644 --- a/src/soc/amd/sabrina/Kconfig +++ b/src/soc/amd/sabrina/Kconfig @@ -87,7 +87,7 @@ config ARCH_ALL_STAGES_X86 default n config SOC_AMD_COMMON_BLOCK_UCODE_SIZE - default 5568 + default 3200 config CHIPSET_DEVICETREE string |