Re: [U-Boot] [PATCH v2 05/20] Move display_options functions to their own header

2015-04-29 Thread Simon Glass
On 28 April 2015 at 22:42, Bin Meng wrote: > On Wed, Apr 29, 2015 at 10:25 AM, Simon Glass wrote: >> Before adding one more function, create a separate header to help reduce >> the size of common.h. Add the missing function comments and tidy up. >> >> Signed-off-by: Simon Glass >> --- >> >> Chan

Re: [U-Boot] [PATCH v2 05/20] Move display_options functions to their own header

2015-04-28 Thread Bin Meng
On Wed, Apr 29, 2015 at 10:25 AM, Simon Glass wrote: > Before adding one more function, create a separate header to help reduce > the size of common.h. Add the missing function comments and tidy up. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Use capitals for the header guard > -

[U-Boot] [PATCH v2 05/20] Move display_options functions to their own header

2015-04-28 Thread Simon Glass
Before adding one more function, create a separate header to help reduce the size of common.h. Add the missing function comments and tidy up. Signed-off-by: Simon Glass --- Changes in v2: - Use capitals for the header guard - Change 'print' to 'Print' in comment include/common.h | 16