]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-bsp/u-boot/u-boot/2011.06/0029-BeagleBoard-config-increase-command-line-functionali.patch
u-boot: add 2011.06rc recipe for beagle and panda
[glsdk/meta-ti-glsdk.git] / recipes-bsp / u-boot / u-boot / 2011.06 / 0029-BeagleBoard-config-increase-command-line-functionali.patch
1 From c75471405166cba2327680cc4e4d204f05007c54 Mon Sep 17 00:00:00 2001
2 From: Jason Kridner <jkridner@beagleboard.org>
3 Date: Tue, 19 Apr 2011 11:50:55 -0500
4 Subject: [PATCH 29/30] BeagleBoard: config: increase command-line functionality
6 Enable the expression evaluator.
8 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
9 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
10 ---
11  include/configs/omap3_beagle.h |    5 +++--
12  1 files changed, 3 insertions(+), 2 deletions(-)
14 diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
15 index 3bbc235..55973fb 100644
16 --- a/include/configs/omap3_beagle.h
17 +++ b/include/configs/omap3_beagle.h
18 @@ -158,6 +158,7 @@
19  #define CONFIG_CMD_NFS      /* NFS support          */
20  #define CONFIG_CMD_PING
21  #define CONFIG_CMD_DHCP
22 +#define CONFIG_CMD_SETEXPR     /* Evaluate expressions         */
23  
24  #undef CONFIG_CMD_FLASH                /* flinfo, erase, protect       */
25  #undef CONFIG_CMD_FPGA         /* FPGA configuration Support   */
26 @@ -284,11 +285,11 @@
27  #define CONFIG_SYS_HUSH_PARSER         /* use "hush" command parser */
28  #define CONFIG_SYS_PROMPT_HUSH_PS2     "> "
29  #define CONFIG_SYS_PROMPT              "OMAP3 beagleboard.org # "
30 -#define CONFIG_SYS_CBSIZE              256     /* Console I/O Buffer Size */
31 +#define CONFIG_SYS_CBSIZE              512     /* Console I/O Buffer Size */
32  /* Print Buffer Size */
33  #define CONFIG_SYS_PBSIZE              (CONFIG_SYS_CBSIZE + \
34                                         sizeof(CONFIG_SYS_PROMPT) + 16)
35 -#define CONFIG_SYS_MAXARGS             16      /* max number of command args */
36 +#define CONFIG_SYS_MAXARGS             32      /* max number of command args */
37  /* Boot Argument Buffer Size */
38  #define CONFIG_SYS_BARGSIZE            (CONFIG_SYS_CBSIZE)
39  
40 -- 
41 1.6.6.1