mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-23 22:09:53 +07:00
arc: fix patch reset while read models
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
25dc3115b6
commit
bb8c74e9ac
@ -102,10 +102,10 @@ function arcModel() {
|
||||
COMPATIBLE=1
|
||||
DT="$(readConfigKey "platforms.${A}.dt" "${P_FILE}")"
|
||||
FLAGS="$(readConfigArray "platforms.${A}.flags" "${P_FILE}")"
|
||||
ARCCONF="$(readConfigKey "${M}.serial" "${S_FILE}")"
|
||||
ARCCONFM="$(readConfigKey "${M}.serial" "${S_FILE}")"
|
||||
ARC=""
|
||||
BETA=""
|
||||
[ -n "${ARCCONF}" ] && ARC="x" || ARC=""
|
||||
[ -n "${ARCCONFM}" ] && ARC="x" || ARC=""
|
||||
[ "${DT}" == "true" ] && DTS="x" || DTS=""
|
||||
IGPUS=""
|
||||
[[ "${A}" == "apollolake" || "${A}" == "geminilake" ]] && IGPUS="up to 9th"
|
||||
|
Loading…
Reference in New Issue
Block a user