projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14a380a
)
mx53ard: Use the standard U-boot prompt
author
Fabio Estevam
<fabio.estevam@freescale.com>
Mon, 9 Mar 2015 15:49:56 +0000
(12:49 -0300)
committer
Stefano Babic
<sbabic@denx.de>
Fri, 13 Mar 2015 12:33:57 +0000
(13:33 +0100)
By not defining CONFIG_SYS_PROMPT, the standard "=>" prompt is used, so remove
its definition.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
include/configs/mx53ard.h
patch
|
blob
|
history
diff --git
a/include/configs/mx53ard.h
b/include/configs/mx53ard.h
index 134d6804bcfb5ce2a28a469d8243f82223c03469..9b003fc4e6d83dca69e043a857b7ae1197ba5e2f 100644
(file)
--- a/
include/configs/mx53ard.h
+++ b/
include/configs/mx53ard.h
@@
-186,7
+186,6
@@
/* Miscellaneous configurable options */
#define CONFIG_SYS_LONGHELP /* undef to save memory */
#define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */
-#define CONFIG_SYS_PROMPT "MX53ARD U-Boot > "
#define CONFIG_AUTO_COMPLETE
#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */