From dfc07dedf79550ce8f481c7931a8763d927d8c50 Mon Sep 17 00:00:00 2001 From: Chris Craik Date: Thu, 17 Mar 2016 10:57:52 -0700 Subject: [PATCH] Fix prep_volantis.sh freq printing Change-Id: I05e7e73423ae6ae7baf6f96924ed0f8cb9ad5488 --- libs/hwui/tests/scripts/prep_volantis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/hwui/tests/scripts/prep_volantis.sh b/libs/hwui/tests/scripts/prep_volantis.sh index 09d4869523ba6..0572ee55c9b90 100755 --- a/libs/hwui/tests/scripts/prep_volantis.sh +++ b/libs/hwui/tests/scripts/prep_volantis.sh @@ -49,6 +49,6 @@ adb shell "echo 0 > /sys/devices/system/cpu/cpuquiet/tegra_cpuquiet/enable" # 684000 708000 756000 804000 852000 (kHz) S=324000000 -echo "set gpu to $s hz" +echo "set gpu to $S hz" adb shell "echo 1 > /d/clock/override.gbus/state" adb shell "echo $S > /d/clock/override.gbus/rate"