Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/1b8c18b9716c6991237b24cff3d38075d930c0d7 You should set ROOT_URL correctly, otherwise the web may not work correctly.

net: Fix build regression in macb.c

The added weak symbol must not be static.

This was introduced in 416ce623fb

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
master
Joe Hershberger 12 years ago
parent 416ce623fb
commit 1b8c18b971
  1. 2
      drivers/net/macb.c

@ -163,7 +163,7 @@ static u16 macb_mdio_read(struct macb_device *macb, u8 reg)
return MACB_BFEXT(DATA, frame);
}
static void __weak arch_get_mdio_control(const char *name)
void __weak arch_get_mdio_control(const char *name)
{
return;
}

Loading…
Cancel
Save