zynq: fix NIC phy detection

Fixes #1924
This commit is contained in:
Johannes Schlatow 2016-02-01 11:22:30 +01:00 committed by Christian Helmuth
parent 44fe44e8b6
commit 063a603948

View File

@ -163,7 +163,7 @@ namespace Genode
Timer::Connection _timer;
Phyio& _phyio;
uint8_t _phyaddr;
int8_t _phyaddr;
bool _link_up;
Eth_speed _eth_speed;