mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
Revert "arch/arm: add cortex-m7 core"
This reverts commit 43884e7f5011cbd70a9a17bfd87041953cfa74ee, which was intended for the next branch, not master. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
43884e7f50
commit
87f0536474
@ -241,11 +241,6 @@ config BR2_cortex_m4
|
|||||||
bool "cortex-M4"
|
bool "cortex-M4"
|
||||||
select BR2_ARM_CPU_HAS_THUMB2
|
select BR2_ARM_CPU_HAS_THUMB2
|
||||||
select BR2_ARM_CPU_ARMV7M
|
select BR2_ARM_CPU_ARMV7M
|
||||||
config BR2_cortex_m7
|
|
||||||
bool "cortex-M7"
|
|
||||||
select BR2_ARM_CPU_HAS_THUMB2
|
|
||||||
select BR2_ARM_CPU_ARMV7M
|
|
||||||
select BR2_ARCH_NEEDS_GCC_AT_LEAST_5
|
|
||||||
endif # !BR2_ARCH_IS_64
|
endif # !BR2_ARCH_IS_64
|
||||||
|
|
||||||
comment "armv8 cores"
|
comment "armv8 cores"
|
||||||
@ -721,7 +716,6 @@ config BR2_GCC_TARGET_CPU
|
|||||||
# armv7m
|
# armv7m
|
||||||
default "cortex-m3" if BR2_cortex_m3
|
default "cortex-m3" if BR2_cortex_m3
|
||||||
default "cortex-m4" if BR2_cortex_m4
|
default "cortex-m4" if BR2_cortex_m4
|
||||||
default "cortex-m7" if BR2_cortex_m7
|
|
||||||
# armv8a
|
# armv8a
|
||||||
default "cortex-a32" if BR2_cortex_a32
|
default "cortex-a32" if BR2_cortex_a32
|
||||||
default "cortex-a35" if BR2_cortex_a35
|
default "cortex-a35" if BR2_cortex_a35
|
||||||
|
Loading…
x
Reference in New Issue
Block a user