commit | 28b52a6fb7565aeb251bf715585497cb19fd78dc | [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 | 6083cf38830752dc3fda823e912ac44f40afce07 [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>