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

sf: punt unused spi_flash_region struct

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
master
Mike Frysinger 15 years ago
parent 9096963c72
commit 192b639ecc
  1. 5
      include/spi_flash.h

@ -26,11 +26,6 @@
#include <spi.h>
#include <linux/types.h>
struct spi_flash_region {
unsigned int count;
unsigned int size;
};
struct spi_flash {
struct spi_slave *spi;

Loading…
Cancel
Save