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>
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");