Re: [U-Boot] [RFC PATCH 4/9] x86: quark: Add utility codes needed for MRC

2015-02-05 Thread Bin Meng
Hi Simon, On Thu, Feb 5, 2015 at 12:24 AM, Simon Glass wrote: > Hi Bin, > > On 3 February 2015 at 04:45, Bin Meng wrote: >> Add various utility codes needed for Quark MRC. >> >> Signed-off-by: Bin Meng >> >> --- >> There are 12 checkpatch warnings in this patch, which are: >> >> warning: arch/x

Re: [U-Boot] [RFC PATCH 4/9] x86: quark: Add utility codes needed for MRC

2015-02-04 Thread Simon Glass
Hi Bin, On 3 February 2015 at 04:45, Bin Meng wrote: > Add various utility codes needed for Quark MRC. > > Signed-off-by: Bin Meng > > --- > There are 12 checkpatch warnings in this patch, which are: > > warning: arch/x86/cpu/quark/mrc_util.c,1446: Too many leading tabs - consider > code refact

[U-Boot] [RFC PATCH 4/9] x86: quark: Add utility codes needed for MRC

2015-02-03 Thread Bin Meng
Add various utility codes needed for Quark MRC. Signed-off-by: Bin Meng --- There are 12 checkpatch warnings in this patch, which are: warning: arch/x86/cpu/quark/mrc_util.c,1446: Too many leading tabs - consider code refactoring warning: arch/x86/cpu/quark/mrc_util.c,1450: line over 80 charac