diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-05-20 19:13:29 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-05-20 19:13:29 +0200 |
commit | 87f0536474daffa6f1ee8ae73b37eda3fab75b67 (patch) | |
tree | 024a110568c95bb1ef03ae358e6ba734ec237e05 | |
parent | 43884e7f5011cbd70a9a17bfd87041953cfa74ee (diff) | |
download | buildroot-87f0536474daffa6f1ee8ae73b37eda3fab75b67.tar.gz buildroot-87f0536474daffa6f1ee8ae73b37eda3fab75b67.zip |
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>
-rw-r--r-- | arch/Config.in.arm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/Config.in.arm b/arch/Config.in.arm index 7651d10927..c99a995db2 100644 --- a/arch/Config.in.arm +++ b/arch/Config.in.arm @@ -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 |