commit | 63ab72c7b287eb080d1fcfceed3c779b21c3e462 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Sat Feb 17 00:57:49 2018 +0100 |
committer | Marek Vasut <marex@denx.de> | Sun Feb 18 11:20:18 2018 +0100 |
tree | 73d298a001e9937e3affae8ebc93ded4c761dfa8 | |
parent | 42a334055d27aaa10e2c265292300638b6b9692f [diff] |
net: sh_eth: Fix DT base address fetching Drop the whole map/unmap_physmem stuff and just use the address already obtained from DT in ofdata_to_platdata(), instead of repeating that, wrongly, in probe. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Cc: Joe Hershberger <joe.hershberger@ni.com>