OSDN Git Service

Fix prep_volantis.sh freq printing
authorChris Craik <ccraik@google.com>
Thu, 17 Mar 2016 17:57:52 +0000 (10:57 -0700)
committerChris Craik <ccraik@google.com>
Thu, 17 Mar 2016 17:57:52 +0000 (10:57 -0700)
Change-Id: I05e7e73423ae6ae7baf6f96924ed0f8cb9ad5488

libs/hwui/tests/scripts/prep_volantis.sh

index 09d4869..0572ee5 100755 (executable)
@@ -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"