mirror of https://github.com/OpenIPC/firmware.git
Set EABI for hi3516cv200/hi3518ev200
parent
413e2bf722
commit
01f80b007e
|
@ -1,6 +1,7 @@
|
|||
# Architecture
|
||||
BR2_arm=y
|
||||
BR2_cortex_a7=y
|
||||
BR2_ARM_EABI=y
|
||||
BR2_ARM_INSTRUCTIONS_THUMB=y
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.9.37"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Architecture
|
||||
BR2_arm=y
|
||||
BR2_cortex_a7=y
|
||||
BR2_ARM_EABI=y
|
||||
BR2_ARM_INSTRUCTIONS_THUMB=y
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.9.37"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
BR2_arm=y
|
||||
BR2_ARM_EABI=y
|
||||
BR2_ARM_INSTRUCTIONS_THUMB=y
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.9.37"
|
||||
|
|
|
@ -297,9 +297,9 @@ xm550() {
|
|||
# hi3516cv100 # testing..
|
||||
#
|
||||
# hi3516cv200 # testing..
|
||||
# hi3518ev200 # testing..
|
||||
hi3518ev200 # testing..
|
||||
#
|
||||
hi3516cv300 # testind..
|
||||
# hi3516cv300 # testind..
|
||||
# hi3516ev100 # testind..
|
||||
#
|
||||
# hi3516dv200 # OpenIPC
|
||||
|
|
Loading…
Reference in New Issue