commit | ca68c296ea31f48b801aeaa5c3863894a7128894 | [log] [tgz] |
---|---|---|
author | Markus Niebel <Markus.Niebel@tq-group.com> | Thu Oct 23 15:47:06 2014 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Thu Oct 30 10:43:35 2014 +0100 |
tree | 708d881f1e81d986a723f9dccc88cfc02359b75f | |
parent | a116f6f45b1d76cccfbe842879092488d41c0984 [diff] |
tqma6: fix typo in header guard define Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>
diff --git a/board/tqc/tqma6/tqma6_bb.h b/board/tqc/tqma6/tqma6_bb.h index 9d072d2..fb7b462 100644 --- a/board/tqc/tqma6/tqma6_bb.h +++ b/board/tqc/tqma6/tqma6_bb.h
@@ -6,7 +6,7 @@ */ #ifndef __TQMA6_BB__ -#define __TQMA6_BB +#define __TQMA6_BB__ #include <common.h>