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

dm: Drop gpio.h header from fdtdec.c

Since GPIO support has now moved to the driver model uclass, we can drop
this include.

Signed-off-by: Simon Glass <sjg@chromium.org>
master
Simon Glass 10 years ago
parent 009067c3b7
commit a08d643dbd
  1. 2
      lib/fdtdec.c

@ -11,8 +11,6 @@
#include <fdtdec.h>
#include <linux/ctype.h>
#include <asm/gpio.h>
DECLARE_GLOBAL_DATA_PTR;
/*

Loading…
Cancel
Save