diff mbox series

arm64: versal: Drop default definitions of CONFIG_SYS_PBSIZE

Message ID f9febbeef1cde176ef416d472b57927846625bab.1626246498.git.michal.simek@xilinx.com
State Accepted
Commit 9ca09621760453dc452244498fdbcd52e3e2f71d
Delegated to: Michal Simek
Headers show
Series arm64: versal: Drop default definitions of CONFIG_SYS_PBSIZE | expand

Commit Message

Michal Simek July 14, 2021, 7:08 a.m. UTC
It is default value which had been converted by commit 432e39806805
("include/configs: drop default definitions of CONFIG_SYS_PBSIZE"). That's
why also remove it.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 include/configs/xilinx_versal.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Michal Simek July 26, 2021, 7:21 a.m. UTC | #1
st 14. 7. 2021 v 9:08 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> It is default value which had been converted by commit 432e39806805
> ("include/configs: drop default definitions of CONFIG_SYS_PBSIZE"). That's
> why also remove it.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  include/configs/xilinx_versal.h | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/include/configs/xilinx_versal.h b/include/configs/xilinx_versal.h
> index 8869b244deae..99d58835887e 100644
> --- a/include/configs/xilinx_versal.h
> +++ b/include/configs/xilinx_versal.h
> @@ -41,8 +41,6 @@
>  /* Monitor Command Prompt */
>  /* Console I/O Buffer Size */
>  #define CONFIG_SYS_CBSIZE              2048
> -#define CONFIG_SYS_PBSIZE              (CONFIG_SYS_CBSIZE + \
> -                                       sizeof(CONFIG_SYS_PROMPT) + 16)
>  #define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
>  #define CONFIG_SYS_MAXARGS             64
>
> --
> 2.32.0
>

Applied.
M
diff mbox series

Patch

diff --git a/include/configs/xilinx_versal.h b/include/configs/xilinx_versal.h
index 8869b244deae..99d58835887e 100644
--- a/include/configs/xilinx_versal.h
+++ b/include/configs/xilinx_versal.h
@@ -41,8 +41,6 @@ 
 /* Monitor Command Prompt */
 /* Console I/O Buffer Size */
 #define CONFIG_SYS_CBSIZE		2048
-#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE + \
-					sizeof(CONFIG_SYS_PROMPT) + 16)
 #define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 #define CONFIG_SYS_MAXARGS		64