amvecm: remove tm2 cm curve setting [1/1]

PD#SWPL-13141

Problem:
The first time the video is played after booting,
the probability flashes a pink screen

Solution:
remove tm2 cm curve setting

Verify:
verify on TM2

Change-Id: I8d99e6ee203fbbb48154ed0aaf101465a0f18cb4
Signed-off-by: MingLiang Dong <mingliang.dong@amlogic.com>
This commit is contained in:
MingLiang Dong
2019-08-27 03:30:46 -04:00
committed by Tao Zeng
parent abe7f97e63
commit d4c3d2833b

View File

@@ -470,7 +470,8 @@ void cm_latch_process(void)
if ((!is_meson_gxtvbb_cpu()) &&
(!is_meson_txl_cpu()) &&
(!is_meson_txlx_cpu()) &&
(!is_meson_tl1_cpu()))
(!is_meson_tl1_cpu()) &&
(!is_meson_tm2_cpu()))
amcm_level_sel(cm_level);
amcm_enable();
pr_amcm_dbg("\n[amcm..] set cm2 load OK!!!\n");