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

tqma6: add missing include

Add include needed to have prototype for board_spi_cs_gpio

Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>
master
Markus Niebel 11 years ago committed by Stefano Babic
parent 528354681a
commit 8cc65d383e
  1. 1
      board/tqc/tqma6/tqma6.c

@ -17,6 +17,7 @@
#include <asm/gpio.h>
#include <asm/io.h>
#include <asm/imx-common/mxc_i2c.h>
#include <asm/imx-common/spi.h>
#include <common.h>
#include <fsl_esdhc.h>
#include <libfdt.h>

Loading…
Cancel
Save