arch: kill avr32
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 14 Feb 2015 09:23:04 +0000 (10:23 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 14 Feb 2015 16:39:50 +0000 (17:39 +0100)
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>
.defconfig
arch/Config.in

index 77ab11aeddafd1f8259db234255bc0095bc8e7f4..585be557d40a37d7f64f2f457e6b17e5d386ccbb 100644 (file)
@@ -6,7 +6,6 @@ BR2_HAVE_DOT_CONFIG=y
 # BR2_alpha is not set
 # BR2_arm is not set
 # BR2_armeb is not set
-# BR2_avr32 is not set
 # BR2_cris is not set
 # BR2_ia64 is not set
 BR2_i386=y
index 890e7e2d4053f560e8bf17dc778a4a55735c9fa2..1719fe6fe50bf7ff12b42fbebfb54640ecdc445a 100644 (file)
@@ -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.