From 063a6039485ca0511ea6f673f6e2a00fb57cb668 Mon Sep 17 00:00:00 2001 From: Johannes Schlatow Date: Mon, 1 Feb 2016 11:22:30 +0100 Subject: [PATCH] zynq: fix NIC phy detection Fixes #1924 --- repos/os/src/drivers/nic/gem/marvell_phy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/os/src/drivers/nic/gem/marvell_phy.h b/repos/os/src/drivers/nic/gem/marvell_phy.h index c1bb13b7ab..202214a5ae 100644 --- a/repos/os/src/drivers/nic/gem/marvell_phy.h +++ b/repos/os/src/drivers/nic/gem/marvell_phy.h @@ -163,7 +163,7 @@ namespace Genode Timer::Connection _timer; Phyio& _phyio; - uint8_t _phyaddr; + int8_t _phyaddr; bool _link_up; Eth_speed _eth_speed;