commit | 29fd5c289c6a95a37c26486ad1c02de9a8ec28da | [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 | 1719d49c347f2faee387aacbf643d171461820a9 [diff] [blame] |
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>