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

Fix implicit declaration build warnings

- warning: implicit declaration of function ‘serial_initialize’

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
master
Marcel Ziswiler 17 years ago committed by Wolfgang Denk
parent 9acde129cc
commit b71190f325
  1. 1
      lib_arm/board.c
  2. 1
      lib_m68k/board.c

@ -44,6 +44,7 @@
#include <devices.h>
#include <version.h>
#include <net.h>
#include <serial.h>
#ifdef CONFIG_DRIVER_SMC91111
#include "../drivers/net/smc91111.h"

@ -45,6 +45,7 @@
#include <status_led.h>
#endif
#include <net.h>
#include <serial.h>
#if defined(CONFIG_CMD_BEDBUG)
#include <cmd_bedbug.h>
#endif

Loading…
Cancel
Save