From 92afbde63a8d1c7c1f28fe898fb4aec6d72c2495 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Thu, 18 Jul 2013 03:55:38 +0200 Subject: [PATCH] op_cpusettings.sh: Get Pandora-Type from /tmp/pandora_version --- recipes/pandora-system/pandora-scripts/op_cpusettings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/pandora-system/pandora-scripts/op_cpusettings.sh b/recipes/pandora-system/pandora-scripts/op_cpusettings.sh index 91371ed..ccc30bc 100755 --- a/recipes/pandora-system/pandora-scripts/op_cpusettings.sh +++ b/recipes/pandora-system/pandora-scripts/op_cpusettings.sh @@ -5,7 +5,7 @@ # First, check for the unit type and set maximum possible OPP. -pnd_version=$(dmesg | grep OMAP3 | grep ES | awk '{print $3}') +pnd_version=$(cat /tmp/pnd_version) if [ "$pnd_version" == "OMAP3630" ]; then oppsys="4" else -- 2.39.2