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

tqma6: fix typo in header guard define

Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>
master
Markus Niebel 11 years ago committed by Stefano Babic
parent 1719d49c34
commit 29fd5c289c
  1. 2
      board/tqc/tqma6/tqma6_bb.h

@ -6,7 +6,7 @@
*/
#ifndef __TQMA6_BB__
#define __TQMA6_BB
#define __TQMA6_BB__
#include <common.h>

Loading…
Cancel
Save