[U-Boot] [Patch 0/2] arm: imx6: tqma6: minor config fixes

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(-)

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

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

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

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
participants (2)
-
Markus Niebel
-
Stefano Babic