diff options
| author | Tom Rini <trini@ti.com> | 2012-06-19 15:54:35 -0700 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2012-06-20 20:36:51 +0200 | 
| commit | 219f4788d33b04e394d4ade1feaedc0292acc790 (patch) | |
| tree | f3829771b07673cb0571fc9a02aba66689d8249b /include/configs/omap3_evm_common.h | |
| parent | 26750c8aee2383a026e0cf89e9310628d3a5a6a0 (diff) | |
| download | olio-uboot-2014.01-219f4788d33b04e394d4ade1feaedc0292acc790.tar.xz olio-uboot-2014.01-219f4788d33b04e394d4ade1feaedc0292acc790.zip | |
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 <sbabic@denx.de>
Signed-off-by: Tom Rini <trini@ti.com>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs/omap3_evm_common.h')
| -rw-r--r-- | include/configs/omap3_evm_common.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/include/configs/omap3_evm_common.h b/include/configs/omap3_evm_common.h index 7b21a5c8c..20192a90a 100644 --- a/include/configs/omap3_evm_common.h +++ b/include/configs/omap3_evm_common.h @@ -198,7 +198,6 @@   * ----------------------------------------------------------------------------   */  #define CONFIG_SYS_PROMPT		"OMAP3_EVM # " -#define CONFIG_SYS_PROMPT_HUSH_PS2	"> "  #define CONFIG_SYS_MAXARGS		16	/* max args for a command */  #define CONFIG_MISC_INIT_R |