summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-02-14 10:23:15 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-02-14 17:46:42 +0100
commit80be8753d5bacc865ceeee26c55bf4b0c2940e10 (patch)
tree5e8db71c2c8bf61b213ff2f2b960ef1b79a5e842 /arch
parentc6f76ffea6bf379a23c08a13d96d9a84cc0c7756 (diff)
downloadbuildroot-80be8753d5bacc865ceeee26c55bf4b0c2940e10.tar.gz
buildroot-80be8753d5bacc865ceeee26c55bf4b0c2940e10.zip
arch/avr32: decommission for real
Now that we have absolutely zero reference to the avr32 architecture, we can now really decommission the symbol. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/Config.in19
-rw-r--r--arch/Config.in.avr3211
2 files changed, 0 insertions, 30 deletions
diff --git a/arch/Config.in b/arch/Config.in
index 1719fe6fe5..16ad8be56b 100644
--- a/arch/Config.in
+++ b/arch/Config.in
@@ -53,21 +53,6 @@ config BR2_aarch64
http://www.arm.com/products/processors/instruction-set-architectures/armv8-architecture.php
http://en.wikipedia.org/wiki/ARM
-config BR2_avr32
- bool "AVR32"
- select BR2_SOFT_FLOAT
- # This architecture is obsolete and complicated to maintain to
- # do the lack of upstream support in the major toolchain
- # components. If you're interested by AVR32, contact the
- # Buildroot community. Otherwise, its support will be removed
- # by the 2015.02 release.
- depends on BR2_BROKEN
- help
- The AVR32 is a 32-bit RISC microprocessor architecture designed by
- Atmel.
- http://www.atmel.com/
- http://en.wikipedia.org/wiki/Avr32
-
config BR2_bfin
bool "Blackfin"
help
@@ -328,10 +313,6 @@ if BR2_aarch64
source "arch/Config.in.aarch64"
endif
-if BR2_avr32
-source "arch/Config.in.avr32"
-endif
-
if BR2_bfin
source "arch/Config.in.bfin"
endif
diff --git a/arch/Config.in.avr32 b/arch/Config.in.avr32
deleted file mode 100644
index fc1f4f66f9..0000000000
--- a/arch/Config.in.avr32
+++ /dev/null
@@ -1,11 +0,0 @@
-config BR2_ARCH
- default "avr32"
-
-config BR2_ENDIAN
- default "BIG"
-
-config BR2_GCC_TARGET_ARCH
- default "ap"
-
-config BR2_ARCH_HAS_ATOMICS
- default y
OpenPOWER on IntegriCloud