arch/Config.in.powerpc: Drop PPC601 support
authorMichael Walle <michael@walle.cc>
Tue, 15 Dec 2020 08:14:33 +0000 (09:14 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Tue, 15 Dec 2020 18:30:03 +0000 (19:30 +0100)
Linux support was removed in 5.10 [1]. Since no in-tree defconfig
depends on it, just remove it.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/arch/powerpc?id=f0ed73f3fa2cdca65973659689ec9e46d99a5f60

Reported-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Michael Walle <michael@walle.cc>
[yann.morin.1998@free.fr: reorder legacy entry]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Config.in.legacy
arch/Config.in.powerpc

index 6d8acadf9c9a87695f74cfef10d3b64afdabd229..4f78281cd03962bac4f79b1bc5deff3bbd06bd0b 100644 (file)
@@ -146,6 +146,12 @@ endif
 
 comment "Legacy options removed in 2021.02"
 
+config BR2_powerpc_601
+       bool "PowerPC 601 support removed"
+       select BR2_LEGACY
+       help
+         The support for the PowerPC 601 processors has been removed.
+
 config BR2_PACKAGE_TI_SGX_LIBGBM
        bool "ti-sgx-libgbm support removed"
        select BR2_LEGACY
index 56c4b526ecb46c66464f008a4055766eaaf6e659..ba56c9c721f623c4e5d4ca575675f34cd1455f34 100644 (file)
@@ -44,9 +44,6 @@ config BR2_powerpc_476fp
 config BR2_powerpc_505
        bool "505"
        depends on !BR2_ARCH_IS_64
-config BR2_powerpc_601
-       bool "601"
-       depends on !BR2_ARCH_IS_64
 config BR2_powerpc_602
        bool "602"
        depends on !BR2_ARCH_IS_64
@@ -176,7 +173,6 @@ config BR2_GCC_TARGET_CPU
        default "476"           if BR2_powerpc_476
        default "476fp"         if BR2_powerpc_476fp
        default "505"           if BR2_powerpc_505
-       default "601"           if BR2_powerpc_601
        default "602"           if BR2_powerpc_602
        default "603"           if BR2_powerpc_603
        default "603e"          if BR2_powerpc_603e