Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/ef917ddb1d9240b075f3c03ddf6e246c89b86fa6
You should set ROOT_URL correctly, otherwise the web may not work correctly.
8 changed files with
2 additions and
2 deletions
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/cpu/arm926ejs/Makefile
arch/arm/mach-nomadik/Kconfig
arch/arm/mach-nomadik/Makefile
arch/arm/mach-nomadik/gpio.c
arch/arm/mach-nomadik/reset.S
arch/arm/mach-nomadik/timer.c
@ -728,7 +728,7 @@ source "arch/arm/cpu/armv7/keystone/Kconfig"
source "arch/arm/mach-kirkwood/Kconfig"
source "arch/arm/cpu/arm926ejs/ nomadik/Kconfig"
source "arch/arm/mach- nomadik/Kconfig"
source "arch/arm/cpu/armv7/omap3/Kconfig"
@ -9,6 +9,7 @@ machine-$(CONFIG_ARCH_DAVINCI) += davinci
# TODO: rename CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOOD
machine-$(CONFIG_KIRKWOOD) += kirkwood
# TODO: rename CONFIG_TEGRA -> CONFIG_ARCH_TEGRA
machine-$(CONFIG_ARCH_NOMADIK) += nomadik
machine-$(CONFIG_TEGRA) += tegra
machdirs := $( patsubst %,arch/arm/mach-%/,$( machine-y) )
@ -20,7 +20,6 @@ obj-$(CONFIG_MB86R0x) += mb86r0x/
obj-$(CONFIG_MX25) += mx25/
obj-$(CONFIG_MX27) += mx27/
o b j - $( if $ ( filter mxs ,$ ( SOC ) ) ,y ) + = m x s /
obj-$(CONFIG_ARCH_NOMADIK) += nomadik/
obj-$(CONFIG_ORION5X) += orion5x/
obj-$(CONFIG_PANTHEON) += pantheon/
o b j - $( if $ ( filter spear ,$ ( SOC ) ) ,y ) + = s p e a r /