commit | bf8d6028959cb7aa4647a6f455f82b2187d0348e | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Thu Sep 06 00:06:42 2018 -0700 |
committer | Jacky Bai <ping.bai@nxp.com> | Fri Jan 25 18:51:17 2019 +0800 |
tree | 57a16ae90b9b529c932026262ada75d744cf9110 | |
parent | d39a0ceaa1eddfdbe0b97942cc29b52e419d0fd4 [diff] |
MLK-19465 imx8mq: Fix cpu rev issue on B0.1 chip On B0.1 chip, the value is 0x1020 not 0x20, due to minor version updated. So if reading the word and comparing with 0x20, the result is wrong. Fix the issue by only reading low major version byte for ROM version Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit d4d5b6545bdd099d4d6d04c63c5035b23eda583a)