commit | 3df04521f5ec8803a51e5ee10f1392c2e9352e7e | [log] [tgz] |
---|---|---|
author | Shivaprasad Hongal <shongal@codeaurora.org> | Fri Jun 16 12:12:05 2017 -0700 |
committer | Shivaprasad Hongal <shongal@codeaurora.org> | Fri Jun 16 12:12:05 2017 -0700 |
tree | 38840c5923b86d8f9aea22d860e2b0cead6aae2d | |
parent | ca25f81cd45e814cd1c7f66a8254e7297fa238a9 [diff] |
VerifiedBoot: Fix incorrect mask to retrieve os_version The os_version field in the bootimg header contains both os_version and os_patch_level. The upper 21 bits is the version and the lower 11 bits is os_patch_level. An incorrect mask was used to parse the version. Change-Id: I865bd1771a3323825525f5d985be330f4e4a1b81