From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Mon, 01 Jun 2015 09:58:59 +0200 Subject: [U-Boot] [Patch 1/2] arm: mx6: tqma6: fix spelling error in condition In-Reply-To: <1431420940-26976-2-git-send-email-list-09_u-boot@tqsc.de> References: <1431420940-26976-1-git-send-email-list-09_u-boot@tqsc.de> <1431420940-26976-2-git-send-email-list-09_u-boot@tqsc.de> Message-ID: <556C10C3.5000200@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/05/2015 10:55, Markus Niebel wrote: > From: Markus Niebel > > Signed-off-by: Markus Niebel > --- > 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 > + * 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 > > Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================