projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c27059
)
devkit8000: add rootwait to mmcboot option
author
Andreas Bießmann
<biessmann@corscience.de>
Thu, 30 Aug 2012 23:53:32 +0000
(23:53 +0000)
committer
Tom Rini
<trini@ti.com>
Mon, 1 Oct 2012 17:02:12 +0000
(10:02 -0700)
Signed-off-by: Andreas Bießmann <biessmann@corscience.de>
cc: Thomas Weber <weber@corscience.de>
include/configs/devkit8000.h
patch
|
blob
|
history
diff --git
a/include/configs/devkit8000.h
b/include/configs/devkit8000.h
index
2d2ee5f
..
1e65806
100644
(file)
--- a/
include/configs/devkit8000.h
+++ b/
include/configs/devkit8000.h
@@
-198,6
+198,7
@@
"run commonargs; " \
"setenv bootargs ${bootargs} " \
"root=/dev/mmcblk0p2 " \
+ "rootwait " \
"${kernelopts}\0" \
"nandargs=" \
"run commonargs; " \