diff options
Diffstat (limited to 'include/configs/zipitz2.h')
-rw-r--r-- | include/configs/zipitz2.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/zipitz2.h b/include/configs/zipitz2.h index cff3ba837c..0199190eb8 100644 --- a/include/configs/zipitz2.h +++ b/include/configs/zipitz2.h @@ -119,9 +119,6 @@ unsigned char zipitz2_spi_read(void); #define CONFIG_SYS_HUSH_PARSER 1 #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#ifdef CONFIG_SYS_HUSH_PARSER -#define CONFIG_SYS_PROMPT "$ " /* Monitor Command Prompt */ -#endif #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */ #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ |