diff options
Diffstat (limited to 'flashimg/cpu/main.c')
-rw-r--r-- | flashimg/cpu/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/flashimg/cpu/main.c b/flashimg/cpu/main.c index ab72316..d830e48 100644 --- a/flashimg/cpu/main.c +++ b/flashimg/cpu/main.c @@ -181,7 +181,7 @@ static lib9p_srv_file_or_error get_root(struct lib9p_srv_ctx *LM_UNUSED(ctx), st #define GPIO_PIN_DUT_PWR 23 #define GPIO_PIN_CLK25MHz 24 #define GPIO_PIN_LED 25 -#define GPIO_PIN_UNUSED_C26 26 +#define GPIO_PIN_NET_LNK 26 #define GPIO_PIN_UNUSED_C27 27 #define GPIO_PIN_UNUSED_C28 28 #define GPIO_PIN_UNUSED_C29 29 @@ -304,6 +304,7 @@ COROUTINE init_cr(void *) { LO_BOX(spi, &dev_spi), GPIO_PIN_NET_INT, /* PIN_INTR */ GPIO_PIN_NET_RST, /* PIN_RESET */ + GPIO_PIN_NET_LNK, /* PIN_LINKLED */ ((struct net_eth_addr){{ /* vendor ID: "Wiznet" */ 0x00, 0x08, 0xDC, |