Sign in
coral
/
uboot-imx-debian
/
5eceebe3506410d0fd2105f249ee150aa66e732e
/
.
/
debian
/
postinst
blob: f9910135db6182c0e2ebccd21b6a29e2a9af55cb [
file
] [
log
] [
blame
]
#!/bin/bash
systemctl enable uboot
-
imx
if
[[
-
e
/
dev
/
mmcblk0boot0
]];
then
systemctl start uboot
-
imx
fi