Removing bootdevice from /dev/block/bootdevice/by-name/*

We should switch to use /dev/block/by-name/<partition> because there is
no requirement to have a single 'bootdevice' for Android. The symlink is
created in the following change:

  https://android-review.googlesource.com/c/platform/system/core/+/674989

Bug: 80466341
Test: m -j mkdtimg ufdt_verify_overlay_host && ./verifyDTBO.sh
Change-Id: Ic4464307d54f0119d0c04c2d555f8cc36b6d13e5
diff --git a/tests/verifyDTBO.sh b/tests/verifyDTBO.sh
old mode 100644
new mode 100755
index 231101e..7ba9fca
--- a/tests/verifyDTBO.sh
+++ b/tests/verifyDTBO.sh
@@ -16,7 +16,7 @@
 
 #find out the location to read the DTBO image from
 boot_suffix=$(adb wait-for-device shell getprop ro.boot.slot_suffix)
-dtbo_partition="/dev/block/bootdevice/by-name/dtbo"
+dtbo_partition="/dev/block/by-name/dtbo"
 dtbo_path=$dtbo_partition$boot_suffix
 
 #read the dtbo image and the final device tree from device