diff mbox

[U-Boot,2/2] arm: mx6: tqma6: use default CONFIG_SYS_PBSIZE

Message ID 1431420940-26976-3-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>

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

Comments

Stefano Babic June 1, 2015, 7:59 a.m. UTC | #1
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
diff mbox

Patch

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