Skip to content
  • Ye Li's avatar
    MLK-19465 imx8mq: Fix cpu rev issue on B0.1 chip · 8be98e93
    Ye Li authored
    
    
    We read the ROM version to determine the CPU revision before B1 chip.
    The rom version is 4 bytes word, it has major version at low byte,
    minor version at second byte.
    
    On B0.1 chip, the value is 0x1020 not 0x20, if reading the word and comparing
    with 0x20, the result is wrong.
    
    Fix the issue by only reading the lowest byte for major version.
    
    Signed-off-by: default avatarYe Li <ye.li@nxp.com>
    (cherry picked from commit 8d0812e63155cca91ecb78c630a450e7d5e5fd00)
    8be98e93