summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBowgo Tsai <bowgotsai@google.com>2018-06-01 04:07:55 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-06-01 04:07:55 -0700
commitb0e128b04ba1ec0ecb2a2d9c2b76c2edd7828ef7 (patch)
tree263411dd21d47ccdc4733b9408a6508f99d19e9b
parent7fcac51214740571d3367115541e7c8e6e0d9505 (diff)
parent274c1830d2c803525d2d314b7f2cf423ee983ab5 (diff)
downloadlibufdt-b0e128b04ba1ec0ecb2a2d9c2b76c2edd7828ef7.tar.gz
Removing bootdevice from /dev/block/bootdevice/by-name/* am: 5a262a75de
am: 274c1830d2 Change-Id: I1db91ffedee0780662e552b3d5a28601bd339743
-rwxr-xr-x[-rw-r--r--]tests/verifyDTBO.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/verifyDTBO.sh b/tests/verifyDTBO.sh
index 231101e..7ba9fca 100644..100755
--- a/tests/verifyDTBO.sh
+++ b/tests/verifyDTBO.sh
@@ -16,7 +16,7 @@ cd $tmpdir
#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