Yu-Ping Wu has submitted this change. ( https://review.coreboot.org/c/coreboot/+/85502?usp=email )
Change subject: soc/mediatek/mt8196: Set DRAMC_PARAM_HEADER_VERSION to 4 ......................................................................
soc/mediatek/mt8196: Set DRAMC_PARAM_HEADER_VERSION to 4
Set DRAMC_PARAM_HEADER_VERSION to 4 for aligning with DRAM blob.
TEST=Bootup pass. BUG=b:317009620
Change-Id: I45c9ea97e3c015bab7145116e2074b44df5e955c Signed-off-by: Crystal Guo crystal.guo@mediatek.corp-partner.google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/85502 Reviewed-by: Yu-Ping Wu yupingso@google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/soc/mediatek/mt8196/include/soc/dramc_param.h 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Yu-Ping Wu: Looks good to me, approved
diff --git a/src/soc/mediatek/mt8196/include/soc/dramc_param.h b/src/soc/mediatek/mt8196/include/soc/dramc_param.h index e74a5d5..13a4dff 100644 --- a/src/soc/mediatek/mt8196/include/soc/dramc_param.h +++ b/src/soc/mediatek/mt8196/include/soc/dramc_param.h @@ -13,7 +13,7 @@ #include <stdint.h> #include <sys/types.h>
-#define DRAMC_PARAM_HEADER_VERSION 3 +#define DRAMC_PARAM_HEADER_VERSION 4
struct sdram_params { /* rank, cbt */