From a690fea1ace03643cbe7b6fb41438855a8a88444 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 17 Aug 2014 21:30:03 +0200 Subject: [PATCH] arch: remove no-longer default on atomics option 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" Cc: Thomas Petazzoni Cc: Anton Kolesov Signed-off-by: Peter Korsgaard --- arch/Config.in | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/Config.in b/arch/Config.in index 6bcafd42bf..1126d4373a 100644 --- a/arch/Config.in +++ b/arch/Config.in @@ -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