Re: [U-Boot] [PATCH 3/8] x86: quark: Convert to use clrbits, setbits, clrsetbits macros

2015-09-09 Thread Simon Glass
On Tuesday, 8 September 2015, Bin Meng wrote: > > Change existing codes to use clrbits, setbits, clrsetbits macros. > > Signed-off-by: Bin Meng > --- > > arch/x86/cpu/quark/quark.c | 72 > ++ > 1 file changed,

[U-Boot] [PATCH 3/8] x86: quark: Convert to use clrbits, setbits, clrsetbits macros

2015-09-08 Thread Bin Meng
Change existing codes to use clrbits, setbits, clrsetbits macros. Signed-off-by: Bin Meng --- arch/x86/cpu/quark/quark.c | 72 ++ 1 file changed, 21 insertions(+), 51 deletions(-) diff --git a/arch/x86/cpu/quark/quark.c