Fix ipcinfo to new arguments in pqtools script

pull/177/head
Dmitry Ilyin 2022-02-11 21:13:51 +03:00 committed by GitHub
parent 10e2acd350
commit b2a695efa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
set -e set -e
mpp=$(awk '/Version:/ {print $3,$4"]"}' /proc/umap/sys) || true mpp=$(awk '/Version:/ {print $3,$4"]"}' /proc/umap/sys) || true
soc=$(ipcinfo --chip-id) soc=$(ipcinfo --chip-name)
prepare() { prepare() {
case ${soc} in case ${soc} in