From b16d18158b154f0583184254b92a7fae335a7e15 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Sun, 27 Mar 2022 17:44:16 +0200 Subject: [PATCH] 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 Change-Id: I12209d523096781195ba8957ec797d8c80eecbe5 Reviewed-on: https://review.coreboot.org/c/coreboot/+/63127 Tested-by: build bot (Jenkins) Reviewed-by: Fred Reitberger Reviewed-by: Marshall Dawson --- src/soc/amd/sabrina/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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