1
0
Fork 0

fix typo in altbootcmd

optimizations
Martin T. H. Sandsmark 2017-07-05 13:16:00 +02:00
parent a8f35b271d
commit 2302a25603
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@
"run memboot; " \
"setenv mmcpart ${fallback_partition}; " \
"setenv bootargs console=${console},${baudrate} " \
"root=root=/dev/mmcblk1p${fallback_partition} rootwait rw; " \
"root=/dev/mmcblk1p${fallback_partition} rootwait rw; " \
"run mmcboot;\0" \
/* Always try to boot from memory first, in case of USB download mode */