summaryrefslogtreecommitdiff
path: root/drivers/misc
diff options
context:
space:
mode:
authorJi Luo <ji.luo@nxp.com>2018-11-02 09:08:13 +0800
committerNitin Garg <nitin.garg@nxp.com>2018-11-02 20:50:10 -0500
commit21a49ca83bcbda2832c1e379b935f0dfc964ba42 (patch)
tree6bbedc118d02dd01d47afea04b9a411293ac5a55 /drivers/misc
parent0137aff2a7ea9b2a668b4dbf4e80a75f354052cc (diff)
MA-13295 Fix userdata partition size overflow on imx6/7 platforms
Type "ulong" will be 32 bits long on imx6/7 but we may have userdate partition more than 4G on 32 bits platforms. Use "uint64_t" instead of "ulong" here to fix this issue. Test: Get correct userdata partition size on both imx6dl and imx8qxp. Change-Id: Ia6b242f3998a65b157737e83da0ad3126b689713 Signed-off-by: Ji Luo <ji.luo@nxp.com>
Diffstat (limited to 'drivers/misc')
0 files changed, 0 insertions, 0 deletions