
16 Feb
2016
16 Feb
'16
1:38 a.m.
This allows all the hush tests implemented in test/py to pass, under qemu at least.
Signed-off-by: Stephen Warren swarren@wwwdotorg.org --- Note, RPi U-Boot only fully works under a downstream U-Boot at present: https://github.com/0xabu/qemu. Upstreaming is in progress. --- include/configs/rpi-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/rpi-common.h b/include/configs/rpi-common.h index 927bae78eb5a..063a624a7400 100644 --- a/include/configs/rpi-common.h +++ b/include/configs/rpi-common.h @@ -117,7 +117,7 @@ #define CONFIG_PREBOOT "usb start"
/* Shell */ -#define CONFIG_SYS_MAXARGS 8 +#define CONFIG_SYS_MAXARGS 16 #define CONFIG_COMMAND_HISTORY
/* Commands */
--
1.9.1