Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/405e651d705e197babe423ef88e8224e2737fc06
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
9 additions and
0 deletions
arch/microblaze/cpu/start.S
include/configs/microblaze-generic.h
@ -30,7 +30,11 @@ _start:
mts r s h r , r1
addi r1 , r1 , - 4 / * D e c r e m e n t S P t o t o p o f m e m o r y * /
# else
# if d e f i n e d ( C O N F I G _ S Y S _ M A L L O C _ F _ L E N )
addi r1 , r0 , C O N F I G _ S Y S _ I N I T _ S P _ O F F S E T - C O N F I G _ S Y S _ M A L L O C _ F _ L E N
# else
addi r1 , r0 , C O N F I G _ S Y S _ I N I T _ S P _ O F F S E T
# endif
mts r s h r , r1
addi r1 , r1 , - 4 / * D e c r e m e n t S P t o t o p o f m e m o r y * /
@ -152,6 +156,10 @@ clear_bss:
# ifndef C O N F I G _ S P L _ B U I L D
or r5 , r0 , r0 / * f l a g s - e m p t y * /
addi r31 , r0 , _ g d
# if d e f i n e d ( C O N F I G _ S Y S _ M A L L O C _ F _ L E N )
addi r6 , r0 , C O N F I G _ S Y S _ I N I T _ S P _ O F F S E T
swi r6 , r31 , G D _ M A L L O C _ B A S E
# endif
brai b o a r d _ i n i t _ f
# else
addi r31 , r0 , C O N F I G _ S Y S _ S P L _ M A L L O C _ E N D
@ -113,6 +113,7 @@
# endif
# define CONFIG_SYS_MALLOC_LEN 0xC0000
# define CONFIG_SYS_MALLOC_F_LEN 1024
/* Stack location before relocation */
# define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_TEXT_BASE