All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: versal: Drop default definitions of CONFIG_SYS_PBSIZE
@ 2021-07-14  7:08 Michal Simek
  2021-07-26  7:21 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2021-07-14  7:08 UTC (permalink / raw)
  To: u-boot, git

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: versal: Drop default definitions of CONFIG_SYS_PBSIZE
  2021-07-14  7:08 [PATCH] arm64: versal: Drop default definitions of CONFIG_SYS_PBSIZE Michal Simek
@ 2021-07-26  7:21 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2021-07-26  7:21 UTC (permalink / raw)
  To: U-Boot, git

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

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-26  7:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-14  7:08 [PATCH] arm64: versal: Drop default definitions of CONFIG_SYS_PBSIZE Michal Simek
2021-07-26  7:21 ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.