From: Stephen Warren Date: Tue, 16 Feb 2016 00:38:02 +0000 (-0700) Subject: ARM: rpi: increase CONFIG_SYS_MAXARGS X-Git-Tag: v2016.03-rc3~14 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1f60d7c6e983fbbd1da66a2437b7e9f09e36c7ac;p=u-boot ARM: rpi: increase CONFIG_SYS_MAXARGS This allows all the hush tests implemented in test/py to pass, under qemu at least. Signed-off-by: Stephen Warren Reviewed-by: Tom Rini --- diff --git a/include/configs/rpi-common.h b/include/configs/rpi-common.h index e07fa6566e..2c3b02677a 100644 --- a/include/configs/rpi-common.h +++ b/include/configs/rpi-common.h @@ -118,7 +118,7 @@ #define CONFIG_PREBOOT "usb start" /* Shell */ -#define CONFIG_SYS_MAXARGS 8 +#define CONFIG_SYS_MAXARGS 16 #define CONFIG_COMMAND_HISTORY /* Commands */