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

Merge branch 'master' of git://git.denx.de/u-boot-blackfin

master
Wolfgang Denk 16 years ago
commit 16bdc39f75
  1. 1
      cpu/blackfin/initcode.c
  2. 4
      include/configs/bf537-stamp.h

@ -264,6 +264,7 @@ void initcode(ADI_BOOT_DATA *bootstruct)
* the memory controller. Older bootroms lacks such helpers
* so we do it ourselves.
*/
#define BOOTROM_CAPS_SYSCONTROL 0
if (BOOTROM_CAPS_SYSCONTROL) {
serial_putc('S');

@ -308,8 +308,8 @@
*/
#define CONFIG_HARD_I2C 1
#define CONFIG_BFIN_TWI_I2C 1
#define CFG_I2C_SPEED 50000
#define CFG_I2C_SLAVE 0
#define CONFIG_SYS_I2C_SPEED 50000
#define CONFIG_SYS_I2C_SLAVE 0
#define CONFIG_EBIU_SDRRC_VAL 0x306
#define CONFIG_EBIU_SDGCTL_VAL 0x91114d

Loading…
Cancel
Save