All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: zynq: Increase input buffer console size to 2k
@ 2019-09-11  8:50 Michal Simek
  2019-10-08  7:44 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2019-09-11  8:50 UTC (permalink / raw)
  To: u-boot

ZynqMP and Versal is using 2k that's why aligned all platform together to
be able to use the same scripts.

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

 include/configs/zynq-common.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index a6a553d852ed..95ea7f5c7662 100644
--- a/include/configs/zynq-common.h
+++ b/include/configs/zynq-common.h
@@ -257,6 +257,7 @@
 
 #define CONFIG_CLOCKS
 #define CONFIG_SYS_MAXARGS		32 /* max number of command args */
+#define CONFIG_SYS_CBSIZE		2048 /* Console I/O Buffer Size */
 
 #define CONFIG_SYS_MEMTEST_START	0
 #define CONFIG_SYS_MEMTEST_END		0x1000
-- 
2.17.1

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

* [U-Boot] [PATCH] ARM: zynq: Increase input buffer console size to 2k
  2019-09-11  8:50 [U-Boot] [PATCH] ARM: zynq: Increase input buffer console size to 2k Michal Simek
@ 2019-10-08  7:44 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2019-10-08  7:44 UTC (permalink / raw)
  To: u-boot

st 11. 9. 2019 v 10:50 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> ZynqMP and Versal is using 2k that's why aligned all platform together to
> be able to use the same scripts.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  include/configs/zynq-common.h | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
> index a6a553d852ed..95ea7f5c7662 100644
> --- a/include/configs/zynq-common.h
> +++ b/include/configs/zynq-common.h
> @@ -257,6 +257,7 @@
>
>  #define CONFIG_CLOCKS
>  #define CONFIG_SYS_MAXARGS             32 /* max number of command args */
> +#define CONFIG_SYS_CBSIZE              2048 /* Console I/O Buffer Size */
>
>  #define CONFIG_SYS_MEMTEST_START       0
>  #define CONFIG_SYS_MEMTEST_END         0x1000
> --
> 2.17.1
>

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:[~2019-10-08  7:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-11  8:50 [U-Boot] [PATCH] ARM: zynq: Increase input buffer console size to 2k Michal Simek
2019-10-08  7:44 ` 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.