Update proc.sh
This commit is contained in:
parent
fe9159435d
commit
2b9b9d5b1f
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ else
|
|||
if [[ "$ARCH" == "arm"* ]]; then
|
||||
CPU_MODEL="max"
|
||||
else
|
||||
CPU_MODEL="cortex-a76"
|
||||
CPU_MODEL="cortex-a57"
|
||||
fi
|
||||
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue