From 4a7d3eff65f09fcfc21604df3a1aad1c294b2b89 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Wed, 19 Mar 2014 18:22:22 +0100 Subject: [PATCH] Make Hush shell the default command interpreter --- u-boot/include/configs/ar7240.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/u-boot/include/configs/ar7240.h b/u-boot/include/configs/ar7240.h index ac4af5d..8fbdeb7 100755 --- a/u-boot/include/configs/ar7240.h +++ b/u-boot/include/configs/ar7240.h @@ -21,8 +21,10 @@ * 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 */ -- 2.25.1