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

2015-09-17 Thread Simon Glass
On 10 September 2015 at 00:20, Bin Meng wrote: > Change existing codes to use clrbits, setbits, clrsetbits macros. > > Signed-off-by: Bin Meng > Acked-by: Simon Glass > --- > > Changes in v2: None > > arch/x86/cpu/quark/quark.c | 72 >

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

2015-09-10 Thread Bin Meng
Change existing codes to use clrbits, setbits, clrsetbits macros. Signed-off-by: Bin Meng Acked-by: Simon Glass --- Changes in v2: None arch/x86/cpu/quark/quark.c | 72 ++ 1 file changed, 21 insertions(+), 51