summaryrefslogtreecommitdiff
path: root/src/soc/mediatek
diff options
context:
space:
mode:
authorJarried Lin <jarried.lin@mediatek.corp-partner.google.com>2024-11-13 17:28:37 +0800
committerYu-Ping Wu <yupingso@google.com>2024-11-21 13:45:58 +0000
commite8c7be53946ce690e8cba430fd07b90fd212d48d (patch)
tree31397860e31a92df82e882717d3109de93548eb6 /src/soc/mediatek
parent8bbcc0eb1e97f445b141591f42b2e1736cc81324 (diff)
soc/mediatek/mt8196: Set DRAMC_PARAM_HEADER_VERSION to 3
Set DRAMC_PARAM_HEADER_VERSION to 3 for aligning with DRAM blob. Test=Bootup pass BUG=b:317009620 Change-Id: I17062bc3b79f60552981d7c604bb5350d8f6199f Signed-off-by: Crystal Guo <crystal.guo@mediatek.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/85119 Reviewed-by: Yu-Ping Wu <yupingso@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yidi Lin <yidilin@google.com>
Diffstat (limited to 'src/soc/mediatek')
-rw-r--r--src/soc/mediatek/mt8196/include/soc/dramc_param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/mediatek/mt8196/include/soc/dramc_param.h b/src/soc/mediatek/mt8196/include/soc/dramc_param.h
index b35d518720..e74a5d5951 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 2
+#define DRAMC_PARAM_HEADER_VERSION 3
struct sdram_params {
/* rank, cbt */