Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/28437154649db9f4445b93f278199e34b0447a57
You should set ROOT_URL correctly, otherwise the web may not work correctly.
5 changed files with
5 additions and
10 deletions
include/configs/dlvision-10g.h
include/configs/dlvision.h
include/configs/io.h
include/configs/iocon.h
include/configs/neo.h
@ -18,7 +18,7 @@
* Include common defines / options for all AMCC eval boards
*/
# define CONFIG_HOSTNAME dlvsion-10g
# define CONFIG_IDENT_STRING " dlvision-10g 0.03 "
# define CONFIG_IDENT_STRING " dlvision-10g 0.04 "
# include "amcc-common.h"
# define CONFIG_BOARD_EARLY_INIT_F
@ -151,7 +151,6 @@
# define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Timeout for Flash Write/ms */
# define CONFIG_SYS_FLASH_USE_BUFFER_WRITE 1 /* use buff'd writes */
# define CONFIG_SYS_FLASH_PROTECTION 1 /* use hardware flash protect */
# define CONFIG_SYS_FLASH_EMPTY_INFO /* 'E' for empty sector on flinfo */
# define CONFIG_SYS_FLASH_QUIET_TEST 1 /* no warn upon unknown flash */
@ -18,7 +18,7 @@
* Include common defines / options for all AMCC eval boards
*/
# define CONFIG_HOSTNAME dlvision
# define CONFIG_IDENT_STRING " dlvision 0.01 "
# define CONFIG_IDENT_STRING " dlvision 0.02 "
# include "amcc-common.h"
# define CONFIG_BOARD_EARLY_INIT_F /* call board_early_init_f */
@ -109,7 +109,6 @@
# define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Timeout for Flash Write/ms */
# define CONFIG_SYS_FLASH_USE_BUFFER_WRITE 1 /* use buff'd writes */
# define CONFIG_SYS_FLASH_PROTECTION 1 /* use hardware flash protect */
# define CONFIG_SYS_FLASH_EMPTY_INFO /* 'E' for empty sector on flinfo */
# define CONFIG_SYS_FLASH_QUIET_TEST 1 /* no warn upon unknown flash */
@ -18,7 +18,7 @@
* Include common defines / options for all AMCC eval boards
*/
# define CONFIG_HOSTNAME io
# define CONFIG_IDENT_STRING " io 0.05 "
# define CONFIG_IDENT_STRING " io 0.06 "
# include "amcc-common.h"
# define CONFIG_BOARD_EARLY_INIT_F
@ -123,7 +123,6 @@
# define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Timeout for Flash Write/ms */
# define CONFIG_SYS_FLASH_USE_BUFFER_WRITE 1 /* use buff'd writes */
# define CONFIG_SYS_FLASH_PROTECTION 1 /* use hardware flash protect */
# define CONFIG_SYS_FLASH_EMPTY_INFO /* 'E' for empty sector on flinfo */
# define CONFIG_SYS_FLASH_QUIET_TEST 1 /* no warn upon unknown flash */
@ -18,7 +18,7 @@
* Include common defines / options for all AMCC eval boards
*/
# define CONFIG_HOSTNAME iocon
# define CONFIG_IDENT_STRING " iocon 0.04 "
# define CONFIG_IDENT_STRING " iocon 0.05 "
# include "amcc-common.h"
# define CONFIG_BOARD_EARLY_INIT_F
@ -172,7 +172,6 @@ int fpga_gpio_get(unsigned int bus, int pin);
# define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Timeout for Flash Write/ms */
# define CONFIG_SYS_FLASH_USE_BUFFER_WRITE 1 /* use buff'd writes */
# define CONFIG_SYS_FLASH_PROTECTION 1 /* use hardware flash protect */
# define CONFIG_SYS_FLASH_EMPTY_INFO /* 'E' for empty sector on flinfo */
# define CONFIG_SYS_FLASH_QUIET_TEST 1 /* no warn upon unknown flash */
@ -19,7 +19,7 @@
* Include common defines / options for all AMCC eval boards
*/
# define CONFIG_HOSTNAME neo
# define CONFIG_IDENT_STRING " neo 0.01 "
# define CONFIG_IDENT_STRING " neo 0.02 "
# include "amcc-common.h"
# define CONFIG_BOARD_EARLY_INIT_F
@ -130,7 +130,6 @@
# define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Timeout for Flash Write (in ms) */
# define CONFIG_SYS_FLASH_USE_BUFFER_WRITE 1 /* use buffered writes (20x faster) */
# define CONFIG_SYS_FLASH_PROTECTION 1 /* use hardware flash protection */
# define CONFIG_SYS_FLASH_EMPTY_INFO /* print 'E' for empty sector on flinfo */
# define CONFIG_SYS_FLASH_QUIET_TEST 1 /* don't warn upon unknown flash */