From: Markus Niebel Date: Tue, 12 May 2015 08:55:39 +0000 (+0200) Subject: arm: mx6: tqma6: fix spelling error in condition X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=da2103c79ec95820bdbf7f1100a34bc501ebf7a4;p=project%2Fbcm63xx%2Fu-boot.git arm: mx6: tqma6: fix spelling error in condition Signed-off-by: Markus Niebel --- diff --git a/include/configs/tqma6_mba6.h b/include/configs/tqma6_mba6.h index 88c00679b6..2f52598f2e 100644 --- a/include/configs/tqma6_mba6.h +++ b/include/configs/tqma6_mba6.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, 2014 Markus Niebel + * Copyright (C) 2013 - 2015 Markus Niebel * * Configuration settings for the TQ Systems TQMa6 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