From 5a262a75de5ffe0c62102a163adb8ea89e2e4834 Mon Sep 17 00:00:00 2001 From: Bowgo Tsai Date: Thu, 31 May 2018 11:04:31 +0800 Subject: Removing bootdevice from /dev/block/bootdevice/by-name/* We should switch to use /dev/block/by-name/ 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 --- tests/verifyDTBO.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 tests/verifyDTBO.sh 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 @@ 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 -- cgit v1.2.3