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/omap3_zoom1.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/omap3_zoom1.h') diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h index 17608f5f28..0f72ebe8eb 100644 --- a/include/configs/omap3_zoom1.h +++ b/include/configs/omap3_zoom1.h @@ -216,7 +216,6 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ -#define CONFIG_SYS_PROMPT_HUSH_PS2 "> " #define CONFIG_SYS_PROMPT "OMAP3 Zoom1 # " #define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */ /* Print Buffer Size */ -- cgit v1.2.1