]> git.baikalelectronics.ru Git - uboot.git/commit
imx: cpu: enlarge bit mask to 0x1FF for cpu type
authorPeng Fan <peng.fan@nxp.com>
Mon, 30 Dec 2019 09:57:10 +0000 (17:57 +0800)
committerStefano Babic <sbabic@denx.de>
Wed, 8 Jan 2020 12:20:08 +0000 (13:20 +0100)
commitc608d4e90e070425758c4751dfc80a970b9a2427
tree56ee6f9bfecf0407dce468e4e2208a0e7b02ac4b
parent620ff77955b92e7d2534b36dcc41333535f23628
imx: cpu: enlarge bit mask to 0x1FF for cpu type

i.MX8MP use 0x182 as dummy id, 0xFF is not able the get the highest
bit, so enlarge bit mask to 0x1FF to make it could detect
cpu type correctly

Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/mach-imx/cpu.c