blob: f9910135db6182c0e2ebccd21b6a29e2a9af55cb [file] [log] [blame]
#!/bin/bash
systemctl enable uboot-imx
if [[ -e /dev/mmcblk0boot0 ]]; then
systemctl start uboot-imx
fi