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

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

master
Wolfgang Denk 16 years ago
commit c1b7c70083
  1. 2
      nand_spl/nand_boot.c

@ -27,8 +27,6 @@
static int nand_ecc_pos[] = CONFIG_SYS_NAND_ECCPOS;
extern void board_nand_init(struct nand_chip *nand);
#if (CONFIG_SYS_NAND_PAGE_SIZE <= 512)
/*
* NAND command for small page NAND devices (512)

Loading…
Cancel
Save