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

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

master
Wolfgang Denk 14 years ago
commit 20ee3cee4c
  1. 4
      drivers/i2c/soft_i2c.c

@ -30,9 +30,7 @@
#include <ioports.h>
#include <asm/io.h>
#endif
#if defined(CONFIG_AT91RM9200) || \
defined(CONFIG_AT91SAM9260) || defined(CONFIG_AT91SAM9261) || \
defined(CONFIG_AT91SAM9263)
#if defined(CONFIG_AT91FAMILY)
#include <asm/io.h>
#include <asm/arch/hardware.h>
#include <asm/arch/at91_pio.h>

Loading…
Cancel
Save