diff mbox

[24/24,v4] arch: remove no-longer default on atomics option

Message ID b8d37160ad1e6fafbba18de4733512650e00f6ec.1408279142.git.yann.morin.1998@free.fr
State Accepted
Commit a690fea1ace03643cbe7b6fb41438855a8a88444
Headers show

Commit Message

Yann E. MORIN Aug. 17, 2014, 12:49 p.m. UTC
Now that all archiotectures explicitly select this options 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>
---
 arch/Config.in | 1 -
 1 file changed, 1 deletion(-)

Comments

Thomas De Schampheleire Aug. 17, 2014, 1:03 p.m. UTC | #1
"Yann E. MORIN" <yann.morin.1998@free.fr> schreef:
>Now that all archiotectures explicitly select this options when it makes

architectures
option

>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>
>---
> arch/Config.in | 1 -
> 1 file changed, 1 deletion(-)
>
>diff --git a/arch/Config.in b/arch/Config.in
>index 6bcafd4..1126d43 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
Yann E. MORIN Aug. 17, 2014, 1:24 p.m. UTC | #2
Thomas, All,

On 2014-08-17 15:03 +0200, Thomas De Schampheleire spake thusly:
> "Yann E. MORIN" <yann.morin.1998@free.fr> schreef:
> >Now that all archiotectures explicitly select this options when it makes
> 
> architectures
> option

Fixed, thanks.

Regards,
Yann E. MORIN.

> >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>
> >---
> > arch/Config.in | 1 -
> > 1 file changed, 1 deletion(-)
> >
> >diff --git a/arch/Config.in b/arch/Config.in
> >index 6bcafd4..1126d43 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
> 
>
diff mbox

Patch

diff --git a/arch/Config.in b/arch/Config.in
index 6bcafd4..1126d43 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