From: Jason Kridner Date: Sun, 4 Sep 2011 03:30:34 +0000 (-0400) Subject: BeagleBoard: config: increase command-line functionality X-Git-Tag: v2011.09-rc1~68^2~13 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=933d370121e5e303b0e3335655b2e2bec6b1c16e;p=oweals%2Fu-boot.git BeagleBoard: config: increase command-line functionality Enable the expression evaluator. Signed-off-by: Jason Kridner Signed-off-by: Koen Kooi Signed-off-by: Joel A Fernandes Signed-off-by: Sandeep Paulraj --- diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 11283ab42e..6c5fa3b7a3 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -157,6 +157,7 @@ #define CONFIG_CMD_NFS /* NFS support */ #define CONFIG_CMD_PING #define CONFIG_CMD_DHCP +#define CONFIG_CMD_SETEXPR /* Evaluate expressions */ #undef CONFIG_CMD_FLASH /* flinfo, erase, protect */ #undef CONFIG_CMD_FPGA /* FPGA configuration Support */ @@ -282,7 +283,7 @@ /* Print Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ sizeof(CONFIG_SYS_PROMPT) + 16) -#define CONFIG_SYS_MAXARGS 16 /* max number of command args */ +#define CONFIG_SYS_MAXARGS 32 /* max number of command args */ /* Boot Argument Buffer Size */ #define CONFIG_SYS_BARGSIZE (CONFIG_SYS_CBSIZE)