diff options
author | Ye Li <ye.li@nxp.com> | 2018-01-10 13:20:44 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-02-04 12:00:58 +0100 |
commit | f24e482ae0b856fcf18e8e6956ab3f6b59f3693f (patch) | |
tree | e7ae2c3abf4e68d22eda5806d57216467b206dfb /drivers/crypto/Makefile | |
parent | 238a53c71010ea15e38ab0253316a7ac2fd8035c (diff) | |
download | u-boot-f24e482ae0b856fcf18e8e6956ab3f6b59f3693f.tar.gz |
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: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Stefano Babic <sbabic@denx.de>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'drivers/crypto/Makefile')
0 files changed, 0 insertions, 0 deletions