diff options
Diffstat (limited to 'include/configs/mv-common.h')
-rw-r--r-- | include/configs/mv-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index b90de14b30..92e5429929 100644 --- a/include/configs/mv-common.h +++ b/include/configs/mv-common.h @@ -70,7 +70,6 @@ #define CONFIG_INITRD_TAG 1 /* enable INITRD tag */ #define CONFIG_SETUP_MEMORY_TAGS 1 /* enable memory tag */ -#define CONFIG_SYS_PROMPT "Marvell>> " /* Command Prompt */ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buff Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE \ +sizeof(CONFIG_SYS_PROMPT) + 16) /* Print Buff */ |