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

cmd: fpga: Do not include net.h

There is no reason to include net.h header in fpga code.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Tom Rini <trini@ti.com>
master
Michal Simek 12 years ago
parent 23f4bd756d
commit 5bd0bd7cef
  1. 3
      common/cmd_fpga.c

@ -27,9 +27,6 @@
*/
#include <common.h>
#include <command.h>
#if defined(CONFIG_CMD_NET)
#include <net.h>
#endif
#include <fpga.h>
#include <malloc.h>

Loading…
Cancel
Save