diff mbox series

[U-Boot] ARM: zynq: Increase input buffer console size to 2k

Message ID 5e35f9a498387dbd3dfef9e40c5c85ea4a717f0f.1568191821.git.michal.simek@xilinx.com
State Accepted
Commit 8567717dff2b3d972003d91361004f2ecef3935c
Delegated to: Michal Simek
Headers show
Series [U-Boot] ARM: zynq: Increase input buffer console size to 2k | expand

Commit Message

Michal Simek Sept. 11, 2019, 8:50 a.m. UTC
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(+)

Comments

Michal Simek Oct. 8, 2019, 7:44 a.m. UTC | #1
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
diff mbox series

Patch

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