summaryrefslogtreecommitdiff
path: root/board/tqc
diff options
context:
space:
mode:
authorMarkus Niebel <Markus.Niebel@tq-group.com>2014-10-23 13:47:06 (GMT)
committerStefano Babic <sbabic@denx.de>2014-10-30 09:43:35 (GMT)
commit29fd5c289c6a95a37c26486ad1c02de9a8ec28da (patch)
tree708d881f1e81d986a723f9dccc88cfc02359b75f /board/tqc
parent1719d49c347f2faee387aacbf643d171461820a9 (diff)
downloadu-boot-29fd5c289c6a95a37c26486ad1c02de9a8ec28da.tar.xz
tqma6: fix typo in header guard define
Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>
Diffstat (limited to 'board/tqc')
-rw-r--r--board/tqc/tqma6/tqma6_bb.h2
1 files changed, 1 insertions, 1 deletions
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>