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/MPC8641HPCN.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/configs/MPC8641HPCN.h') diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h index 61d6d5c101..7fd8ea8f2a 100644 --- a/include/configs/MPC8641HPCN.h +++ b/include/configs/MPC8641HPCN.h @@ -287,9 +287,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); /* Use the HUSH parser */ #define CONFIG_SYS_HUSH_PARSER -#ifdef CONFIG_SYS_HUSH_PARSER -#define CONFIG_SYS_PROMPT_HUSH_PS2 "> " -#endif /* * Pass open firmware flat tree to kernel -- cgit v1.2.1