From 9b067585964b78d78410574ed00ee0fafd7d3960 Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Tue, 1 Nov 2016 14:32:52 +0100 Subject: Extend console buffer to allow for long bootargs needed by OSTree Bug-AGL: SPEC-307 Change-Id: I494a5185077ce8dca788c3626aefae00c5866f0d Signed-off-by: Anton Gerasimov --- .../recipes-bsp/u-boot/u-boot/0004-uboot-porter-board-support.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-rcar-gen2/recipes-bsp/u-boot/u-boot/0004-uboot-porter-board-support.patch b/meta-rcar-gen2/recipes-bsp/u-boot/u-boot/0004-uboot-porter-board-support.patch index f83620b..846527b 100644 --- a/meta-rcar-gen2/recipes-bsp/u-boot/u-boot/0004-uboot-porter-board-support.patch +++ b/meta-rcar-gen2/recipes-bsp/u-boot/u-boot/0004-uboot-porter-board-support.patch @@ -3071,9 +3071,9 @@ index 0000000..0d68248 + +#define CONFIG_SYS_LONGHELP +#define CONFIG_SYS_PROMPT "=> " -+#define CONFIG_SYS_CBSIZE 256 -+#define CONFIG_SYS_PBSIZE 256 -+#define CONFIG_SYS_MAXARGS 16 ++#define CONFIG_SYS_CBSIZE 512 ++#define CONFIG_SYS_PBSIZE 512 ++#define CONFIG_SYS_MAXARGS 32 +#define CONFIG_SYS_BARGSIZE 512 +#define CONFIG_SYS_BAUDRATE_TABLE { 38400, 115200 } + -- cgit 1.2.3-korg