diff options
Diffstat (limited to 'meta-rcar-gen2/recipes-bsp/u-boot')
-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 } + |