commit | 233b0b070e2186ef01ad79188d2408e07cda08e3 | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Sun Aug 02 23:07:55 2020 -0700 |
committer | Stefano Babic <sbabic@denx.de> | Sat Jan 23 11:30:31 2021 +0100 |
tree | 797eb61840f216a152fdebd519c148f57271eee6 | |
parent | 983f5e03919ff10118a6c63358fed29d17497f0a [diff] |
imx: nandbcb: Fix potential overflow in nandbcb_set_boot_config Fix Coverity Issue 9006656. In nandbcb_set_boot_config, an integer overflow occurs, with the result converted to a wider integer type. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>