diff options
author | Markus Niebel <Markus.Niebel@tq-group.com> | 2015-05-12 08:55:39 (GMT) |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-06-01 07:54:52 (GMT) |
commit | da2103c79ec95820bdbf7f1100a34bc501ebf7a4 (patch) | |
tree | 67c38f4bf93e36e79deb93318dcd5e906149d704 | |
parent | c2fd3f57040d4d8e858f0449afe46416cfad95da (diff) | |
download | u-boot-fsl-qoriq-da2103c79ec95820bdbf7f1100a34bc501ebf7a4.tar.xz |
arm: mx6: tqma6: fix spelling error in condition
Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>
-rw-r--r-- | include/configs/tqma6_mba6.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/tqma6_mba6.h b/include/configs/tqma6_mba6.h index 88c0067..2f52598 100644 --- a/include/configs/tqma6_mba6.h +++ b/include/configs/tqma6_mba6.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, 2014 Markus Niebel <Markus.Niebel@tq-group.com> + * Copyright (C) 2013 - 2015 Markus Niebel <Markus.Niebel@tq-group.com> * * 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_MX6Q) +#elif defined(CONFIG_MX6Q) || defined(CONFIG_MX6D) #define CONFIG_DEFAULT_FDT_FILE "imx6q-mba6x.dtb" #endif |