Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/176a600d0ecdaccbac483d2ba992d0119f853119
You should set ROOT_URL correctly, otherwise the web may not work correctly.
5 changed files with
4 additions and
1 deletions
cpu/arm920t/ks8695/Makefile
drivers/serial/Makefile
drivers/serial/serial_ks8695.c
include/configs/cm4008.h
include/configs/cm41xx.h
@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB = $( obj) lib$( SOC) .a
COBJS = interrupts.o serial.o
COBJS = interrupts.o
SOBJS = lowlevel_init.o
SRCS := $( SOBJS:.o= .S) $( COBJS:.o= .c)
@ -34,6 +34,7 @@ COBJS-$(CONFIG_DRIVER_S3C4510_UART) += s3c4510b_uart.o
COBJS-$(CONFIG_S3C64XX) += s3c64xx.o
COBJS-$(CONFIG_SYS_NS16550_SERIAL) += serial.o
COBJS-$(CONFIG_IXP_SERIAL) += serial_ixp.o
COBJS-$(CONFIG_KS8695_SERIAL) += serial_ks8695.o
COBJS-$(CONFIG_MAX3100_SERIAL) += serial_max3100.o
COBJS-$(CONFIG_MX31_UART) += serial_mx31.o
COBJS-$(CONFIG_NETARM_SERIAL) += serial_netarm.o
@ -53,6 +53,7 @@
* select serial console configuration
*/
# define CONFIG_ENV_IS_NOWHERE
# define CONFIG_KS8695_SERIAL
# define CONFIG_SERIAL1
# define CONFIG_CONS_INDEX 1
# define CONFIG_BAUDRATE 115200
@ -53,6 +53,7 @@
* select serial console configuration
*/
# define CONFIG_ENV_IS_NOWHERE
# define CONFIG_KS8695_SERIAL
# define CONFIG_SERIAL1
# define CONFIG_CONS_INDEX 1
# define CONFIG_BAUDRATE 115200