Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/14dda9df190b4db602623f06cfc71771fb081e27
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
8 additions and
4 deletions
include/configs/bf527-ad7160-eval.h
include/configs/bf537-stamp.h
include/configs/bfin_adi_common.h
@ -128,9 +128,8 @@
* SPI_MMC Settings
*/
# define CONFIG_MMC
# define CONFIG_CMD_EXT2
# define CONFIG_SPI_MMC
# define CONFIG_SPI_MMC_DEFAULT_CS (MAX_CTRL_CS + GPIO_PH3)
# define CONFIG_GENERIC_MMC
# define CONFIG_MMC_SPI
/*
@ -137,7 +137,8 @@
* SPI_MMC Settings
*/
# define CONFIG_MMC
# define CONFIG_SPI_MMC
# define CONFIG_GENERIC_MMC
# define CONFIG_MMC_SPI
/*
@ -34,10 +34,14 @@
# define CONFIG_DOS_PARTITION
# endif
# ifdef CONFIG_MMC
# define CONFIG_CMD_EXT2
# define CONFIG_CMD_FAT
# define CONFIG_CMD_MMC
# define CONFIG_DOS_PARTITION
# endif
# ifdef CONFIG_MMC_SPI
# define CONFIG_CMD_MMC_SPI
# endif
# ifdef CONFIG_USB
# define CONFIG_CMD_EXT2
# define CONFIG_CMD_FAT