aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/cortexa53
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/mvebu/cortexa53')
-rw-r--r--target/linux/mvebu/cortexa53/base-files/lib/upgrade/uDPU.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/cortexa53/base-files/lib/upgrade/uDPU.sh b/target/linux/mvebu/cortexa53/base-files/lib/upgrade/uDPU.sh
index 032c706605..0bb1dd12cc 100644
--- a/target/linux/mvebu/cortexa53/base-files/lib/upgrade/uDPU.sh
+++ b/target/linux/mvebu/cortexa53/base-files/lib/upgrade/uDPU.sh
@@ -31,7 +31,7 @@ udpu_do_part_check() {
# Check if the block devices exist
for num in ${emmc_parts}; do
- [[ ! -b ${emmc_dev}p${num} ]] && part_valid="0"
+ [ ! -b ${emmc_dev}p${num} ] && part_valid="0"
done
# If partitions are missing create a new partition table