commit | 38149cd0cc46924cd617faac1d07f15a727c313d | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Wed Apr 06 14:30:06 2022 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Tue Apr 12 17:33:56 2022 +0200 |
tree | edba8945d6855664b21980af6cf198762dd83db3 | |
parent | 77ee5d35080450ce41245955b950989e52f146e3 [diff] |
imx: imx8ulp: Set COUNTER_FREQUENCY to 1Mhz The COUNTER_FREQUENCY is missed in 8ulp configs, it will cause SPL and u-boot not set the cntfrq_el0. For u-boot, this is ok, because ATF has set it. But for SPL, it will lead delay and get_timer not working. Reviewed-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>