commit | 59d1526117703a7071158e8ba8894ce56a5298dc | [log] [tgz] |
---|---|---|
author | Rick Chen <rick@andestech.com> | Tue May 29 10:42:19 2018 +0800 |
committer | Andes <uboot@andestech.com> | Tue May 29 14:45:03 2018 +0800 |
tree | ed27958526b0be39d84dd9ffdfb9127211f50862 | |
parent | b41aeec07c486ed77aeff85968967388e7ddd6c0 [diff] |
net: ftmac100: Fix compiler warning Fix warnings as below when compile in 64-bit. warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] Signed-off-by: Rick Chen <rick@andestech.com> Signed-off-by: Rick Chen <rickchen36@gmail.com> Cc: Greentime Hu <green.hu@gmail.com>