On Fri, Apr 18, 2014 at 3:32 AM, Stefan Weil <s...@weilnetz.de> wrote: > Signed-off-by: Stefan Weil <s...@weilnetz.de>
Reviewed-by: Peter Crosthwaite <peter.crosthwa...@xilinx.com> > --- > hw/net/xilinx_axienet.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/net/xilinx_axienet.c b/hw/net/xilinx_axienet.c > index 839d97c..6dc665f 100644 > --- a/hw/net/xilinx_axienet.c > +++ b/hw/net/xilinx_axienet.c > @@ -98,7 +98,7 @@ static unsigned int tdk_read(struct PHY *phy, unsigned int > req) > r |= 1; > break; > case 17: > - /* Marvel PHY on many xilinx boards. */ > + /* Marvell PHY on many xilinx boards. */ > r = 0x8000; /* 1000Mb */ > break; > case 18: > -- > 1.7.10.4 > >