Yidi Lin has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46843 )
Change subject: HACK: dramc_pi_api.h: revert the order of the enum constants ......................................................................
HACK: dramc_pi_api.h: revert the order of the enum constants
The order of the enum constants is changed during code review. But related logic is not revised and causes DRAM calibration failed.
Signed-off-by: Yidi Lin yidi.lin@mediatek.com Change-Id: I78e866d0236ecc3ff7a7e74bdab8d5c309d180cf --- M src/soc/mediatek/mt8192/include/soc/dramc_pi_api.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/46843/1
diff --git a/src/soc/mediatek/mt8192/include/soc/dramc_pi_api.h b/src/soc/mediatek/mt8192/include/soc/dramc_pi_api.h index ef4286a..43983c0 100644 --- a/src/soc/mediatek/mt8192/include/soc/dramc_pi_api.h +++ b/src/soc/mediatek/mt8192/include/soc/dramc_pi_api.h @@ -124,8 +124,8 @@
enum { DQS_8PH_DEGREE_0 = 0, - DQS_8PH_DEGREE_45, DQS_8PH_DEGREE_180, + DQS_8PH_DEGREE_45,
DQS_8PH_DEGREE_MAX, };
Hung-Te Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46843 )
Change subject: HACK: dramc_pi_api.h: revert the order of the enum constants ......................................................................
Patch Set 2:
please merge this to CB:44699
Yidi Lin has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/46843 )
Change subject: HACK: dramc_pi_api.h: revert the order of the enum constants ......................................................................
Abandoned
no longer needed