Skip to content
Commit f24e482a authored by Ye Li's avatar Ye Li Committed by Stefano Babic
Browse files

net: fec: fix build warnings for 64bits support



When building for 64bits system, we get some warnings about type
cast between pointer and integer. This patch eliminates the warnings
by using ulong/long type which is 32bits on 32bits system or 64bits on
64bits system.

Signed-off-by: default avatarYe Li <ye.li@nxp.com>
Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
Acked-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
Reviewed-by: default avatarStefano Babic <sbabic@denx.de>
Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
parent 238a53c7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment