projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4683b22
)
cgtqmx6eval: Use default prompt
author
Otavio Salvador
<otavio@ossystems.com.br>
Thu, 23 Jul 2015 14:02:19 +0000
(11:02 -0300)
committer
Stefano Babic
<sbabic@denx.de>
Sun, 26 Jul 2015 10:21:58 +0000
(12:21 +0200)
Remove the custom prompt and use the default instead.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
include/configs/cgtqmx6eval.h
patch
|
blob
|
history
diff --git
a/include/configs/cgtqmx6eval.h
b/include/configs/cgtqmx6eval.h
index dd06c05b8e05b6439b11e96f7f79693fedc94a4a..5f753e7ab5f1e88deaf7c34338cd1a9864b26e67 100644
(file)
--- a/
include/configs/cgtqmx6eval.h
+++ b/
include/configs/cgtqmx6eval.h
@@
-87,9
+87,6
@@
"fi; " \
"else echo ERR: Fail to boot from mmc; fi"
-/* Miscellaneous configurable options */
-#define CONFIG_SYS_PROMPT "CGT-QMX6-Quad U-Boot > "
-
/* Print Buffer Size */
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)