projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2fd3f5
)
arm: mx6: tqma6: fix spelling error in condition
author
Markus Niebel
<
[email protected]
>
Tue, 12 May 2015 08:55:39 +0000
(10:55 +0200)
committer
Stefano Babic
<
[email protected]
>
Mon, 1 Jun 2015 07:54:52 +0000
(09:54 +0200)
Signed-off-by: Markus Niebel <
[email protected]
>
include/configs/tqma6_mba6.h
patch
|
blob
|
history
diff --git
a/include/configs/tqma6_mba6.h
b/include/configs/tqma6_mba6.h
index 88c00679b6f626ebb76a6f86bda5fff0269b89d7..2f52598f2eb95db43ac0582e2e18bc2565233331 100644
(file)
--- a/
include/configs/tqma6_mba6.h
+++ b/
include/configs/tqma6_mba6.h
@@
-1,5
+1,5
@@
/*
- * Copyright (C) 2013
, 2014
Markus Niebel <
[email protected]
>
+ * Copyright (C) 2013
- 2015
Markus Niebel <
[email protected]
>
*
* Configuration settings for the TQ Systems TQMa6<Q,S> module.
*
@@
-11,7
+11,7
@@
#if defined(CONFIG_MX6DL) || defined(CONFIG_MX6S)
#define CONFIG_DEFAULT_FDT_FILE "imx6dl-mba6x.dtb"
-#elif defined(CONFIG_MX6Q) || defined(CONFIG_MX6
Q
)
+#elif defined(CONFIG_MX6Q) || defined(CONFIG_MX6
D
)
#define CONFIG_DEFAULT_FDT_FILE "imx6q-mba6x.dtb"
#endif