Make Hush shell the default command interpreter
authorPiotr Dymacz <pepe2k@gmail.com>
Wed, 19 Mar 2014 17:22:22 +0000 (18:22 +0100)
committerPiotr Dymacz <pepe2k@gmail.com>
Wed, 19 Mar 2014 17:22:22 +0000 (18:22 +0100)
u-boot/include/configs/ar7240.h

index ac4af5dbcf43491105ec222dd34ab99ebb66957d..8fbdeb75b2e03ad1f6e1a451f7dbb470d707be3b 100755 (executable)
  * Miscellaneous configurable options
  */
 #define CFG_ALT_MEMTEST
+#define CFG_HUSH_PARSER
 #define        CFG_LONGHELP                                                                                                            /* undef to save memory      */
 #define        CFG_PROMPT                      "uboot> "                                                                               /* Monitor Command Prompt    */
+#define CFG_PROMPT_HUSH_PS2    "> "
 #define        CFG_CBSIZE                      1024                                                                                    /* Console I/O Buffer Size   */
 #define        CFG_PBSIZE                      (CFG_CBSIZE+sizeof(CFG_PROMPT)+16)                              /* Print Buffer Size, was: def + 16 */
 #define        CFG_MAXARGS                     16                                                                                              /* max number of command */