projects
/
oweals
/
u-boot_mod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a655f4
)
Make Hush shell the default command interpreter
author
Piotr Dymacz
<pepe2k@gmail.com>
Wed, 19 Mar 2014 17:22:22 +0000
(18:22 +0100)
committer
Piotr Dymacz
<pepe2k@gmail.com>
Wed, 19 Mar 2014 17:22:22 +0000
(18:22 +0100)
u-boot/include/configs/ar7240.h
patch
|
blob
|
history
diff --git
a/u-boot/include/configs/ar7240.h
b/u-boot/include/configs/ar7240.h
index ac4af5dbcf43491105ec222dd34ab99ebb66957d..8fbdeb75b2e03ad1f6e1a451f7dbb470d707be3b 100755
(executable)
--- 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 */