diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-11-01 14:32:52 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-11-01 14:32:52 +0100 |
commit | 9b067585964b78d78410574ed00ee0fafd7d3960 (patch) | |
tree | 2a380ad3aedb8e0d5acd4243d2a8558aa16aabc3 | |
parent | 53c3b9f24914241a127529b452fc35fb00339631 (diff) |
Extend console buffer to allow for long bootargs needed by OSTree
Bug-AGL: SPEC-307
Change-Id: I494a5185077ce8dca788c3626aefae00c5866f0d
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
-rw-r--r-- | meta-rcar-gen2/recipes-bsp/u-boot/u-boot/0004-uboot-porter-board-support.patch | 6 |
1 files 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 } + |