diff options
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2020-05-03 19:43:32 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-04 08:57:50 -0400 |
commit | 8510580f2e85a8687b40fe5fc3d8c060e5278505 (patch) | |
tree | 47e5ad275b59e6d71afed646332e1f2f8925201e /board/freescale/imx8mn_evk/spl.c | |
parent | 04da42770b0cc3bea8841972bfc9568299ece826 (diff) |
net: pcnet: fix I/O primitives for memory access
Commit 69529c912059 ("net: pcnet: Switch to PCI memory access")
switched from PCI IO access to PCI memory access without updating
the I/O primitives. Contrary to SH, the primitives for memory
access and IO access are implemented differently. Thus doing
memory access with IO port primitives breaks the driver on
MIPS Malta board.
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'board/freescale/imx8mn_evk/spl.c')
0 files changed, 0 insertions, 0 deletions