arc/bfin: remove 60x cores

Those cores are not supported in upstream gcc, not even in master.

The only toolchain that supported those core was the 2014R1 ADI
rebuilt toolchain, but we removed it in 311bc13 (toolchain: kill
ADI Blackfin toolchain) because there was too many issues with it.
ADI has not released any newer toolchain since then.

There is little hope for those cores now, so remove them.

Support for those cores has been useless and unusable for a while
without nobody noticing, therefore we intentionally skip adding
Config.in.legacy. This would require keeping code in
arch/Config.in.bfin since the options being removed are inside a
choice...endchoice block.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
[Thomas: explain why we don't add the options to Config.in.legacy.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yann E. MORIN 2017-09-03 11:22:20 +02:00 committed by Thomas Petazzoni
parent d9f61fb4ce
commit 29e046d6e3

View File

@ -4,18 +4,6 @@ choice
default BR2_bf532
help
Specify target CPU
config BR2_bf606
bool "bf606"
select BR2_ARCH_HAS_NO_TOOLCHAIN_BUILDROOT
config BR2_bf607
bool "bf607"
select BR2_ARCH_HAS_NO_TOOLCHAIN_BUILDROOT
config BR2_bf608
bool "bf608"
select BR2_ARCH_HAS_NO_TOOLCHAIN_BUILDROOT
config BR2_bf609
bool "bf609"
select BR2_ARCH_HAS_NO_TOOLCHAIN_BUILDROOT
config BR2_bf512
bool "bf512"
config BR2_bf514