Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/45263ec4c06fd8f1201df0bc7a8ab37a639a41f3
You should set ROOT_URL correctly, otherwise the web may not work correctly.
6 changed files with
0 additions and
29 deletions
arch/m68k/cpu/mcf5227x/config.mk
arch/m68k/cpu/mcf523x/config.mk
arch/m68k/cpu/mcf52x2/config.mk
arch/m68k/cpu/mcf532x/config.mk
arch/m68k/cpu/mcf5445x/config.mk
arch/m68k/cpu/mcf547x_8x/config.mk
@ -24,8 +24,4 @@
#
PLATFORM_RELFLAGS += -ffixed-d7 -msep-data
i f n e q ( $( findstring 4.1,$ ( shell $ ( CC ) --version ) ) , 4 . 1 )
PLATFORM_CPPFLAGS += -mcpu= 52277 -fPIC
e l s e
PLATFORM_CPPFLAGS += -m5307 -fPIC
e n d i f
@ -24,8 +24,4 @@
#
PLATFORM_RELFLAGS += -ffixed-d7 -msep-data
i f n e q ( $( findstring 4.1,$ ( shell $ ( CC ) --version ) ) , 4 . 1 )
PLATFORM_CPPFLAGS += -mcpu= 5235 -fPIC
e l s e
PLATFORM_CPPFLAGS += -m5307 -fPIC
e n d i f
@ -34,9 +34,6 @@ is5272:=$(shell grep CONFIG_M5272 $(TOPDIR)/include/$(cfg))
is5275 := $( shell grep CONFIG_M5275 $( TOPDIR) /include/$( cfg) )
is5282 := $( shell grep CONFIG_M5282 $( TOPDIR) /include/$( cfg) )
i f n e q ( $( findstring 4.1,$ ( shell $ ( CC ) --version ) ) , 4 . 1 )
i f n e q ( , $( findstring CONFIG_M 5208,$ ( is 5208) ) )
PLATFORM_CPPFLAGS += -mcpu= 5208
e n d i f
@ -58,7 +55,3 @@ endif
i f n e q ( , $( findstring CONFIG_M 5282,$ ( is 5282) ) )
PLATFORM_CPPFLAGS += -mcpu= 5282
e n d i f
e l s e
PLATFORM_CPPFLAGS += -m5307
e n d i f
@ -29,15 +29,9 @@ cfg=$(shell grep configs $(OBJTREE)/include/config.h | sed 's/.*<\(configs.*\)>/
is5301x := $( shell grep CONFIG_MCF5301x $( TOPDIR) /include/$( cfg) )
is532x := $( shell grep CONFIG_MCF532x $( TOPDIR) /include/$( cfg) )
i f n e q ( $( findstring 4.1,$ ( shell $ ( CC ) --version ) ) , 4 . 1 )
i f n e q ( , $( findstring CONFIG_MCF 5301x ,$ ( is 5301x ) ) )
PLATFORM_CPPFLAGS += -mcpu= 53015 -fPIC
e n d i f
i f n e q ( , $( findstring CONFIG_MCF 532x ,$ ( is 532x ) ) )
PLATFORM_CPPFLAGS += -mcpu= 5329 -fPIC
e n d i f
e l s e
PLATFORM_CPPFLAGS += -m5307 -fPIC
e n d i f
@ -24,11 +24,7 @@
#
PLATFORM_RELFLAGS += -ffixed-d7 -msep-data
i f n e q ( $( findstring 4.1,$ ( shell $ ( CC ) --version ) ) , 4 . 1 )
PLATFORM_CPPFLAGS += -mcpu= 54455 -fPIC
e l s e
PLATFORM_CPPFLAGS += -m5407 -fPIC
e n d i f
i f n e q ( , $( findstring -linux -,$ ( shell $ ( CC ) --version ) ) )
i f n e q ( , $( findstring GOT ,$ ( shell $ ( LD ) --help ) ) )
@ -24,11 +24,7 @@
#
PLATFORM_RELFLAGS += -ffixed-d7 -msep-data
i f n e q ( $( findstring 4.1,$ ( shell $ ( CC ) --version ) ) , 4 . 1 )
PLATFORM_CPPFLAGS += -mcpu= 5485 -fPIC
e l s e
PLATFORM_CPPFLAGS += -m5407 -fPIC
e n d i f
i f n e q ( , $( findstring -linux -,$ ( shell $ ( CC ) --version ) ) )
i f n e q ( , $( findstring GOT ,$ ( shell $ ( LD ) --help ) ) )