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:
Samuel Dolt 2023-03-15 15:12:16 +01:00
parent d1ffd51919
commit d69a877f0c
1 changed files with 0 additions and 3 deletions

View File

@ -37,6 +37,3 @@ case $ROOT_PARTLABEL in
exit 1
;;
esac
# Allow to use image that flash the emmc
SWUPDATE_ARGS="${SWUPDATE_ARGS} -e factory,emmc"