diff options
author | Ryan Chuang <ryan.chuang@mediatek.corp-partner.google.com> | 2022-03-02 20:15:29 +0800 |
---|---|---|
committer | Hung-Te Lin <hungte@chromium.org> | 2022-03-04 12:17:02 +0000 |
commit | e6fb29f2c03a8a178fcd9f5756e7adc52057a2b7 (patch) | |
tree | 968545a68306e4a9ab7477aff96e3d49a8df6ebb /src | |
parent | d0c03ad9f76172cc78af9d2af4cdc29a906faef1 (diff) |
soc/mediatek/mt8195: Update header version from 1.8.1 to 1.9.1
Move some structures to common folder (CB:61293), so we need to update
header version.
BUG=none
TEST=dram calibration pass
Signed-off-by: Ryan Chuang <ryan.chuang@mediatek.corp-partner.google.com>
Change-Id: Id82cbef9cb10dba71489ea96f67c329de9aadc49
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62550
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/mediatek/mt8195/include/soc/dramc_param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/mediatek/mt8195/include/soc/dramc_param.h b/src/soc/mediatek/mt8195/include/soc/dramc_param.h index 11efbe1475..38055eaf05 100644 --- a/src/soc/mediatek/mt8195/include/soc/dramc_param.h +++ b/src/soc/mediatek/mt8195/include/soc/dramc_param.h @@ -13,7 +13,7 @@ #include <soc/dramc_param_common.h> #include <soc/dramc_soc.h> -#define DRAMC_PARAM_HEADER_VERSION 8 +#define DRAMC_PARAM_HEADER_VERSION 9 struct sdram_params { u32 rank_num; |