From 219f4788d33b04e394d4ade1feaedc0292acc790 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 19 Jun 2012 15:54:35 -0700 Subject: hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c Exactly one board has defined CONFIG_SYS_PROMPT_HUSH_PS2 to a value different than "> " which is vision2. I have Cc'd the maintainer here as I strongly suspect this is a bug rather than intentional behavior. Cc: Stefano Babic Signed-off-by: Tom Rini Acked-by: Stefano Babic --- include/configs/CU824.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/configs/CU824.h') diff --git a/include/configs/CU824.h b/include/configs/CU824.h index c8821fd..a3ceed1 100644 --- a/include/configs/CU824.h +++ b/include/configs/CU824.h @@ -90,9 +90,6 @@ #if 1 #define CONFIG_SYS_HUSH_PARSER 1 /* use "hush" command parser */ #endif -#ifdef CONFIG_SYS_HUSH_PARSER -#define CONFIG_SYS_PROMPT_HUSH_PS2 "> " -#endif /* Print Buffer Size */ -- cgit v1.1