Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/39a723452f430a7ef89b0ffa934b2d4312890076
You should set ROOT_URL correctly, otherwise the web may not work correctly.
17 changed files with
2 additions and
2 deletions
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/cpu/armv7/Makefile
arch/arm/mach-keystone/Kconfig
arch/arm/mach-keystone/Makefile
arch/arm/mach-keystone/clock-k2e.c
arch/arm/mach-keystone/clock-k2hk.c
arch/arm/mach-keystone/clock-k2l.c
arch/arm/mach-keystone/clock.c
arch/arm/mach-keystone/cmd_clock.c
arch/arm/mach-keystone/cmd_ddr3.c
arch/arm/mach-keystone/cmd_mon.c
arch/arm/mach-keystone/ddr3.c
arch/arm/mach-keystone/init.c
arch/arm/mach-keystone/keystone.c
arch/arm/mach-keystone/msmc.c
arch/arm/mach-keystone/psc.c
@ -724,7 +724,7 @@ source "arch/arm/cpu/armv7/exynos/Kconfig"
source "arch/arm/mach-highbank/Kconfig"
source "arch/arm/cpu/armv7/ keystone/Kconfig"
source "arch/arm/mach- keystone/Kconfig"
source "arch/arm/mach-kirkwood/Kconfig"
@ -7,6 +7,7 @@
machine-$(CONFIG_ARCH_AT91) += at91
machine-$(CONFIG_ARCH_DAVINCI) += davinci
machine-$(CONFIG_ARCH_HIGHBANK) += highbank
machine-$(CONFIG_ARCH_KEYSTONE) += keystone
# TODO: rename CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOOD
machine-$(CONFIG_KIRKWOOD) += kirkwood
# TODO: rename CONFIG_TEGRA -> CONFIG_ARCH_TEGRA
@ -43,7 +43,6 @@ obj-$(if $(filter bcm281xx,$(SOC)),y) += bcm281xx/
o b j - $( if $ ( filter bcmcygnus ,$ ( SOC ) ) ,y ) + = b c m c y g n u s /
o b j - $( if $ ( filter bcmnsp ,$ ( SOC ) ) ,y ) + = b c m n s p /
obj-$(CONFIG_ARCH_EXYNOS) += exynos/
obj-$(CONFIG_ARCH_KEYSTONE) += keystone/
o b j - $( if $ ( filter ls 102xa ,$ ( SOC ) ) ,y ) + = l s 1 0 2 x a /
o b j - $( if $ ( filter mx 5,$ ( SOC ) ) ,y ) + = m x 5 /
obj-$(CONFIG_MX6) += mx6/