Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
You should set ROOT_URL correctly, otherwise the web may not work correctly.
6 changed files with
6 additions and
6 deletions
cpu/mcf5227x/config.mk
cpu/mcf523x/config.mk
cpu/mcf52x2/config.mk
cpu/mcf532x/config.mk
cpu/mcf5445x/config.mk
cpu/mcf547x_8x/config.mk
@ -24,7 +24,7 @@
#
PLATFORM_RELFLAGS += -ffixed-d7 -msep-data
i f e q ( $( findstring 4.2,$ ( shell $ ( CROSS_ COMPILE ) gcc --version ) ) , 4 . 2 )
i f e q ( $( findstring 4.2,$ ( shell $ ( CC ) --version ) ) , 4 . 2 )
PLATFORM_CPPFLAGS += -mcpu= 5208 -fPIC
e l s e
PLATFORM_CPPFLAGS += -m5307 -fPIC
@ -24,7 +24,7 @@
#
PLATFORM_RELFLAGS += -ffixed-d7 -msep-data
i f e q ( $( findstring 4.2,$ ( shell $ ( CROSS_ COMPILE ) gcc --version ) ) , 4 . 2 )
i f e q ( $( findstring 4.2,$ ( shell $ ( CC ) --version ) ) , 4 . 2 )
PLATFORM_CPPFLAGS += -mcpu= 5235 -fPIC
e l s e
PLATFORM_CPPFLAGS += -m5307 -fPIC
@ -34,7 +34,7 @@ is5275:=$(shell grep CONFIG_M5275 $(TOPDIR)/include/$(cfg))
is5282 := $( shell grep CONFIG_M5282 $( TOPDIR) /include/$( cfg) )
i f e q ( $( findstring 4.2,$ ( shell $ ( CROSS_ COMPILE ) gcc --version ) ) , 4 . 2 )
i f e q ( $( findstring 4.2,$ ( shell $ ( CC ) --version ) ) , 4 . 2 )
i f n e q ( , $( findstring CONFIG_M 5249,$ ( is 5249) ) )
PLATFORM_CPPFLAGS += -mcpu= 5249
@ -24,7 +24,7 @@
#
PLATFORM_RELFLAGS += -ffixed-d7 -msep-data
i f e q ( $( findstring 4.2,$ ( shell $ ( CROSS_ COMPILE ) gcc --version ) ) , 4 . 2 )
i f e q ( $( findstring 4.2,$ ( shell $ ( CC ) --version ) ) , 4 . 2 )
PLATFORM_CPPFLAGS += -mcpu= 5329 -fPIC
e l s e
PLATFORM_CPPFLAGS += -m5307 -fPIC
@ -24,7 +24,7 @@
#
PLATFORM_RELFLAGS += -ffixed-d7 -msep-data
i f e q ( $( findstring 4.2,$ ( shell $ ( CROSS_ COMPILE ) gcc --version ) ) , 4 . 2 )
i f e q ( $( findstring 4.2,$ ( shell $ ( CC ) --version ) ) , 4 . 2 )
PLATFORM_CPPFLAGS += -mcpu= 54455 -fPIC
e l s e
PLATFORM_CPPFLAGS += -m5407 -fPIC
@ -24,7 +24,7 @@
#
PLATFORM_RELFLAGS += -ffixed-d7 -msep-data
i f e q ( $( findstring 4.2,$ ( shell $ ( CROSS_ COMPILE ) gcc --version ) ) , 4 . 2 )
i f e q ( $( findstring 4.2,$ ( shell $ ( CC ) --version ) ) , 4 . 2 )
PLATFORM_CPPFLAGS += -mcpu= 5485 -fPIC
e l s e
PLATFORM_CPPFLAGS += -m5407 -fPIC