mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
Dragonboard: fix tabs in options file
This commit is contained in:
parent
e2c115dab6
commit
3097686cc0
@ -6,12 +6,12 @@
|
|||||||
# generated code.
|
# generated code.
|
||||||
case $TARGET_ARCH in
|
case $TARGET_ARCH in
|
||||||
aarch64)
|
aarch64)
|
||||||
TARGET_CPU="cortex-a53"
|
TARGET_CPU="cortex-a53"
|
||||||
TARGET_CPU_FLAGS="+crc+fp+simd"
|
TARGET_CPU_FLAGS="+crc+fp+simd"
|
||||||
TARGET_FEATURES="64bit"
|
TARGET_FEATURES="64bit"
|
||||||
;;
|
;;
|
||||||
arm)
|
arm)
|
||||||
TARGET_KERNEL_ARCH="arm64"
|
TARGET_KERNEL_ARCH="arm64"
|
||||||
TARGET_PATCH_ARCH="aarch64"
|
TARGET_PATCH_ARCH="aarch64"
|
||||||
TARGET_FLOAT=hard
|
TARGET_FLOAT=hard
|
||||||
TARGET_CPU="cortex-a53"
|
TARGET_CPU="cortex-a53"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user