fix(swupdate): partially revert the emmc flasher suppport
commit 367814e94c introduced a change in the default
configuration of swupdate that broke our default update
system.
This commit revert this part of the emmc flasher support
for now
This commit is contained in:
parent
d1ffd51919
commit
d69a877f0c
|
|
@ -37,6 +37,3 @@ case $ROOT_PARTLABEL in
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Allow to use image that flash the emmc
|
|
||||||
SWUPDATE_ARGS="${SWUPDATE_ARGS} -e factory,emmc"
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue