diff mbox

[U-Boot,1/2] arm: mx6: tqma6: fix spelling error in condition

Message ID 1431420940-26976-2-git-send-email-list-09_u-boot@tqsc.de
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Markus Niebel May 12, 2015, 8:55 a.m. UTC
From: Markus Niebel <Markus.Niebel@tq-group.com>

Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>
---
 include/configs/tqma6_mba6.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Stefano Babic June 1, 2015, 7:58 a.m. UTC | #1
On 12/05/2015 10:55, Markus Niebel wrote:
> From: Markus Niebel <Markus.Niebel@tq-group.com>
> 
> Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>
> ---
>  include/configs/tqma6_mba6.h | 4 ++--
>  1 file 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
>  
> 

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic
diff mbox

Patch

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