Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/dd820b03a2f45e86e7960e26729a3b58e3dda44a You should set ROOT_URL correctly, otherwise the web may not work correctly.

ADS5121: fix typo in "rootpath" default setting

Signed-off-by: Wolfgang Denk <wd@denx.de>
master
Wolfgang Denk 17 years ago
parent 87b4ef560c
commit dd820b03a2
  1. 2
      include/configs/ads5121.h

@ -421,7 +421,7 @@
#define CONFIG_HOSTNAME ads5121
#define CONFIG_BOOTFILE ads5121/uImage
#define CONFIG_ROOTPATH /opt/eldk/pcc_6xx
#define CONFIG_ROOTPATH /opt/eldk/ppc_6xx
#define CONFIG_LOADADDR 400000 /* default location for tftp and bootm */

Loading…
Cancel
Save