diff options
author | Markus Niebel <Markus.Niebel@tq-group.com> | 2014-10-23 15:47:06 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-10-30 10:43:35 +0100 |
commit | 29fd5c289c6a95a37c26486ad1c02de9a8ec28da (patch) | |
tree | 708d881f1e81d986a723f9dccc88cfc02359b75f /board | |
parent | 1719d49c347f2faee387aacbf643d171461820a9 (diff) |
tqma6: fix typo in header guard define
Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/tqc/tqma6/tqma6_bb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/tqc/tqma6/tqma6_bb.h b/board/tqc/tqma6/tqma6_bb.h index 9d072d28adf..fb7b4626a1c 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> |