config: Add a default CONFIG_SYS_PROMPT

The definitions for CONFIG_SYS_PROMPT are varied with little reason other
than to display the board name. Over half the definitions are "==> ", so
make this the default. The rest of the boards remain unchanged to avoid
breaking any external scripts expecting a certain prompt.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>
This commit is contained in:
Rob Herring 2013-09-30 17:11:48 -05:00 committed by Tom Rini
parent c0bb110b69
commit 0defddc851
306 changed files with 4 additions and 308 deletions

View file

@ -53,4 +53,8 @@
#define HAVE_BLOCK_DEVICE
#endif
#ifndef CONFIG_SYS_PROMPT
#define CONFIG_SYS_PROMPT "=> "
#endif
#endif /* __CONFIG_FALLBACKS_H */