From: Tomasz Maciej Nowak Date: Tue, 1 Dec 2020 17:29:14 +0000 (+0100) Subject: tegra: sysupgrade: remove check for number of arguments X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=16815704fca7107986ecc256bd79374f8173445b;p=openwrt%2Fstaging%2Fjow.git tegra: sysupgrade: remove check for number of arguments This chunk got mistakenly removed from 30c95c4, since the get_image_dd evaluates only first agument, so that check is useless. Fixes: 30c95c4 ("tegra: sysupgrade: use get_image_dd wrapper") Signed-off-by: Tomasz Maciej Nowak --- diff --git a/target/linux/tegra/base-files/lib/upgrade/platform.sh b/target/linux/tegra/base-files/lib/upgrade/platform.sh index 3e6ea8a44f..170bc11ba7 100644 --- a/target/linux/tegra/base-files/lib/upgrade/platform.sh +++ b/target/linux/tegra/base-files/lib/upgrade/platform.sh @@ -3,8 +3,6 @@ REQUIRE_IMAGE_METADATA=1 platform_check_image() { local diskdev partdev diff - [ "$#" -gt 1 ] && return 1 - export_bootdevice && export_partdevice diskdev 0 || { v "Unable to determine upgrade device" return 1