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)
commit13868eaf06c4b8ba9de0a197f2a4b9352e1eda2c
tree56ee6f9bfecf0407dce468e4e2208a0e7b02ac4b
parenta07c7181296fe02f36eaf1b902bc37a101b2802d
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