Skip to content
Snippets Groups Projects
Commit 611fe0bd authored by Zubair Lutfullah Kakakhel's avatar Zubair Lutfullah Kakakhel Committed by Daniel Schwierzeck
Browse files

net: emaclite: use __raw_readl/writel instead of weird define


out_be32 and in_be32 are actually #defined to little endian
writel/readl in arch/microblaze.

Just use __raw_writel/readl instead. That is also what is used
in the Linux kernel driver for this IP block

Tested on MIPSfpga. Can tftp a kernel.

Signed-off-by: default avatarZubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Reviewed-by: default avatarPaul Burton <paul.burton@imgtec.com>
Acked-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent 39e020ef
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment