Commit 80be8753 authored by Yann E. MORIN's avatar Yann E. MORIN Committed by Thomas Petazzoni
Browse files

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: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent c6f76ffe
Loading
Loading
Loading
Loading
+0 −19
Original line number Diff line number Diff line
@@ -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

arch/Config.in.avr32

deleted100644 → 0
+0 −11
Original line number Diff line number Diff line
config BR2_ARCH
	default "avr32"

config BR2_ENDIAN
	default "BIG"

config BR2_GCC_TARGET_ARCH
	default "ap"

config BR2_ARCH_HAS_ATOMICS
	default y