mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
devkit8000: add rootwait to mmcboot option
Signed-off-by: Andreas Bießmann <biessmann@corscience.de> cc: Thomas Weber <weber@corscience.de>
This commit is contained in:
parent
1c27059a2f
commit
b72db2080b
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@
|
|||
"run commonargs; " \
|
||||
"setenv bootargs ${bootargs} " \
|
||||
"root=/dev/mmcblk0p2 " \
|
||||
"rootwait " \
|
||||
"${kernelopts}\0" \
|
||||
"nandargs=" \
|
||||
"run commonargs; " \
|
||||
|
|
Loading…
Reference in a new issue