arch: remove no-longer default on atomics option
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 17 Aug 2014 19:30:03 +0000 (21:30 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 18 Aug 2014 09:03:36 +0000 (11:03 +0200)
Now that all architectures explicitly select this option when it makes
sense, there is no need to have a default value.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Anton Kolesov <Anton.Kolesov@synopsys.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
arch/Config.in

index 6bcafd42bf7b02b1f686c37f35c98874a14ed5ba..1126d4373af1b48cb1fc67ad656abea90b843ec4 100644 (file)
@@ -253,7 +253,6 @@ config BR2_GCC_TARGET_MODE
 # If the architecture has atomic operations, select this:
 config BR2_ARCH_HAS_ATOMICS
        bool
-       default y if !BR2_arc
 
 # Set up target binary format
 choice