]> git.sur5r.net Git - u-boot/commit
net: sh-eth: remove sh_eth_offset_rz table
authorChris Brandt <chris.brandt@renesas.com>
Fri, 3 Nov 2017 13:30:12 +0000 (08:30 -0500)
committerJoe Hershberger <joe.hershberger@ni.com>
Mon, 15 Jan 2018 18:05:17 +0000 (12:05 -0600)
commitf6ac626c8a54fc4062e4be68274dda187e103245
treeae8d50f1fe6bb3069e335caff6bf6ac263075342
parent5ad565b0d1c10d6bdbf40c0264573e2044ab80fc
net: sh-eth: remove sh_eth_offset_rz table

First, this table could never be included in the build anyway because
SH_ETH_TYPE_RZ is not defined until later in the file.
Second, the register PIR was missing, so PHY MDIO never worked.
Third, after adding the PIR register, the table is EXACTLY the same as
sh_eth_offset_gigabit, so there is no value to it.

Therefore, just delete it use the gigabit one.

Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/sh_eth.h