Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/3a53e99c7de155d8c5e057d9fda1939b60e18a2f
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
3 additions and
5 deletions
arch/nds32/lib/bootm.c
board/AndesTech/adp-ag101p/adp-ag101p.c
include/common.h
@ -12,6 +12,7 @@
# include <u-boot/zlib.h>
# include <asm/byteorder.h>
# include <asm/bootm.h>
# include <asm/setup.h>
DECLARE_GLOBAL_DATA_PTR ;
@ -11,6 +11,8 @@
# include <netdev.h>
# endif
# include <linux/io.h>
# include <asm/io.h>
# include <asm/mach-types.h>
# include <faraday/ftsdc010.h>
# include <faraday/ftsmc020.h>
@ -430,11 +430,6 @@ static inline int setenv_addr(const char *varname, const void *addr)
# include <asm / setup.h>
# include <asm / u-boot.h>
# endif /* CONFIG_ARM */
# ifdef CONFIG_NDS32
# include <asm / mach-types.h>
# include <asm / setup.h>
# include <asm / u-boot.h>
# endif /* CONFIG_NDS32 */
# ifdef CONFIG_AUTO_COMPLETE
int env_complete ( char * var , int maxv , char * cmdv [ ] , int maxsz , char * buf ) ;