* [U-Boot] [Patch 0/2] arm: imx6: tqma6: minor config fixes @ 2015-05-12 8:55 Markus Niebel 2015-05-12 8:55 ` [U-Boot] [Patch 1/2] arm: mx6: tqma6: fix spelling error in condition Markus Niebel 2015-05-12 8:55 ` [U-Boot] [Patch 2/2] arm: mx6: tqma6: use default CONFIG_SYS_PBSIZE Markus Niebel 0 siblings, 2 replies; 5+ messages in thread From: Markus Niebel @ 2015-05-12 8:55 UTC (permalink / raw) To: u-boot From: Markus Niebel <Markus.Niebel@tq-group.com> Two minor config fixes for the TQMa6 modules Markus Niebel (2): arm: mx6: tqma6: fix spelling error in condition arm: mx6: tqma6: use default CONFIG_SYS_PBSIZE include/configs/tqma6.h | 3 --- include/configs/tqma6_mba6.h | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) -- 2.3.0 ^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [Patch 1/2] arm: mx6: tqma6: fix spelling error in condition 2015-05-12 8:55 [U-Boot] [Patch 0/2] arm: imx6: tqma6: minor config fixes Markus Niebel @ 2015-05-12 8:55 ` Markus Niebel 2015-06-01 7:58 ` Stefano Babic 2015-05-12 8:55 ` [U-Boot] [Patch 2/2] arm: mx6: tqma6: use default CONFIG_SYS_PBSIZE Markus Niebel 1 sibling, 1 reply; 5+ messages in thread From: Markus Niebel @ 2015-05-12 8:55 UTC (permalink / raw) To: u-boot 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 -- 2.3.0 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* [U-Boot] [Patch 1/2] arm: mx6: tqma6: fix spelling error in condition 2015-05-12 8:55 ` [U-Boot] [Patch 1/2] arm: mx6: tqma6: fix spelling error in condition Markus Niebel @ 2015-06-01 7:58 ` Stefano Babic 0 siblings, 0 replies; 5+ messages in thread From: Stefano Babic @ 2015-06-01 7:58 UTC (permalink / raw) To: u-boot 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 -- ===================================================================== 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 ===================================================================== ^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [Patch 2/2] arm: mx6: tqma6: use default CONFIG_SYS_PBSIZE 2015-05-12 8:55 [U-Boot] [Patch 0/2] arm: imx6: tqma6: minor config fixes Markus Niebel 2015-05-12 8:55 ` [U-Boot] [Patch 1/2] arm: mx6: tqma6: fix spelling error in condition Markus Niebel @ 2015-05-12 8:55 ` Markus Niebel 2015-06-01 7:59 ` Stefano Babic 1 sibling, 1 reply; 5+ messages in thread From: Markus Niebel @ 2015-05-12 8:55 UTC (permalink / raw) To: u-boot From: Markus Niebel <Markus.Niebel@tq-group.com> this removes a config entry and uses the default value defined in config_fallbacks.h. This implements the same behaviour as a patch series for other i.MX6 boards from Freescale Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com> --- include/configs/tqma6.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h index 012fa1c..7c06d37 100644 --- a/include/configs/tqma6.h +++ b/include/configs/tqma6.h @@ -416,9 +416,6 @@ #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_CBSIZE 512 -/* Print Buffer Size */ -#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ - sizeof(CONFIG_SYS_PROMPT) + 16) #define CONFIG_SYS_MAXARGS 16 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE -- 2.3.0 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* [U-Boot] [Patch 2/2] arm: mx6: tqma6: use default CONFIG_SYS_PBSIZE 2015-05-12 8:55 ` [U-Boot] [Patch 2/2] arm: mx6: tqma6: use default CONFIG_SYS_PBSIZE Markus Niebel @ 2015-06-01 7:59 ` Stefano Babic 0 siblings, 0 replies; 5+ messages in thread From: Stefano Babic @ 2015-06-01 7:59 UTC (permalink / raw) To: u-boot On 12/05/2015 10:55, Markus Niebel wrote: > From: Markus Niebel <Markus.Niebel@tq-group.com> > > this removes a config entry and uses the default value > defined in config_fallbacks.h. This implements the same > behaviour as a patch series for other i.MX6 boards from > Freescale > > Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com> > --- > include/configs/tqma6.h | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h > index 012fa1c..7c06d37 100644 > --- a/include/configs/tqma6.h > +++ b/include/configs/tqma6.h > @@ -416,9 +416,6 @@ > #define CONFIG_AUTO_COMPLETE > #define CONFIG_SYS_CBSIZE 512 > > -/* Print Buffer Size */ > -#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ > - sizeof(CONFIG_SYS_PROMPT) + 16) > #define CONFIG_SYS_MAXARGS 16 > #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE > > 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 ===================================================================== ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-06-01 7:59 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-05-12 8:55 [U-Boot] [Patch 0/2] arm: imx6: tqma6: minor config fixes Markus Niebel 2015-05-12 8:55 ` [U-Boot] [Patch 1/2] arm: mx6: tqma6: fix spelling error in condition Markus Niebel 2015-06-01 7:58 ` Stefano Babic 2015-05-12 8:55 ` [U-Boot] [Patch 2/2] arm: mx6: tqma6: use default CONFIG_SYS_PBSIZE Markus Niebel 2015-06-01 7:59 ` Stefano Babic
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox