Commit a690fea1 authored by Yann E. MORIN's avatar Yann E. MORIN Committed by Peter Korsgaard
Browse files

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: default avatar"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: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 6a1f8b71
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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