summaryrefslogtreecommitdiff
path: root/common/hush.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/hush.c')
-rw-r--r--common/hush.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/hush.c b/common/hush.c
index 672ab9e..1eff182 100644
--- a/common/hush.c
+++ b/common/hush.c
@@ -92,6 +92,9 @@
#include <common.h> /* readline */
#include <hush.h>
#include <command.h> /* find_cmd */
+#ifndef CONFIG_SYS_PROMPT_HUSH_PS2
+#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
+#endif
#endif
#ifndef __U_BOOT__
#include <ctype.h> /* isalpha, isdigit */