]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
Revert "arch/arm: add cortex-m7 core"
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 20 May 2018 17:13:29 +0000 (19:13 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 20 May 2018 17:13:29 +0000 (19:13 +0200)
This reverts commit 43884e7f5011cbd70a9a17bfd87041953cfa74ee, which
was intended for the next branch, not master.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
arch/Config.in.arm

index 7651d109276d1242af8ee0d723a89a2145900c8a..c99a995db2f6d70120b9b488687004344a9fa869 100644 (file)
@@ -241,11 +241,6 @@ config BR2_cortex_m4
        bool "cortex-M4"
        select BR2_ARM_CPU_HAS_THUMB2
        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
 
 comment "armv8 cores"
@@ -721,7 +716,6 @@ config BR2_GCC_TARGET_CPU
        # armv7m
        default "cortex-m3"     if BR2_cortex_m3
        default "cortex-m4"     if BR2_cortex_m4
-       default "cortex-m7"     if BR2_cortex_m7
        # armv8a
        default "cortex-a32"    if BR2_cortex_a32
        default "cortex-a35"    if BR2_cortex_a35