Skip to content
Snippets Groups Projects
Commit cc32117c authored by Gary Bisson's avatar Gary Bisson Committed by Troy Kisky
Browse files

boundary: bootscripts: upgrade: do partconf for emmc boot partitions

parent 1fa60148
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,11 @@ for n in 5 4 3 2 1 ; do ...@@ -67,6 +67,11 @@ for n in 5 4 3 2 1 ; do
done done
mmc write ${a_uImage1} ${cntoffset} ${cntfile} mmc write ${a_uImage1} ${cntoffset} ${cntfile}
# Make sure to boot from the proper partition
if itest ${env_part} != 0 ; then
mmc partconf ${env_dev} 1 ${env_part} 0
fi
# Switch back to main eMMC partition (to avoid confusion) # Switch back to main eMMC partition (to avoid confusion)
mmc dev ${env_dev} mmc dev ${env_dev}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment