Skip to content
Commit 11329e49 authored by Gary Guo's avatar Gary Guo Committed by Bruce Ashfield
Browse files

drivers: net: xilinx_emaclite: remove arch limitation

commit 18af77c5 upstream.

The changes made in eccd5403

 is enough for xilinx_emaclite to run
without problem on 64-bit systems. I have tested it on a Xilinx
FPGA with RV64 softcore. The architecture limitation in Kconfig
seems no longer necessary.

A small change is included to print address with %lx instead of
casting to int and print with %x.

Signed-off-by: default avatarGary Guo <gary@garyguo.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
parent 29dc69bf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment