summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-02-14 10:23:04 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-02-14 17:39:50 +0100
commita46007daa7128d316ab3f36da23828b8ab7aaf58 (patch)
tree608c4328f47ea4f38acdfe442bff9d1c2178444f /arch
parent00daf37c4f43630d92dd54c5e36005e00a9b25c4 (diff)
arch: kill avr32
avr32 was slated for removal in 2015.02. Make it so! This patch only definitively hides the symbol. When all references to it are eradicated (to come in followup patches), we'll eventually kill the symbol altogether. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/Config.in b/arch/Config.in
index 890e7e2d4..1719fe6fe 100644
--- a/arch/Config.in
+++ b/arch/Config.in
@@ -61,7 +61,7 @@ config BR2_avr32
# 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_DEPRECATED_SINCE_2014_08
+ depends on BR2_BROKEN
help
The AVR32 is a 32-bit RISC microprocessor architecture designed by
Atmel.