summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBowgo Tsai <bowgotsai@google.com>2018-06-01 01:11:58 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-06-01 01:11:58 -0700
commit274c1830d2c803525d2d314b7f2cf423ee983ab5 (patch)
tree263411dd21d47ccdc4733b9408a6508f99d19e9b
parent7fcac51214740571d3367115541e7c8e6e0d9505 (diff)
parent5a262a75de5ffe0c62102a163adb8ea89e2e4834 (diff)
downloadlibufdt-274c1830d2c803525d2d314b7f2cf423ee983ab5.tar.gz
Removing bootdevice from /dev/block/bootdevice/by-name/*
am: 5a262a75de Change-Id: I7116cf1d86222c8ea8db5508dc91103ae73add8d
-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