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

Simon Glass sjg at chromium.org
Thu Apr 30 06:22:03 CEST 2015


On 28 April 2015 at 22:42, Bin Meng <bmeng.cn at gmail.com> wrote:
> On Wed, Apr 29, 2015 at 10:25 AM, Simon Glass <sjg at chromium.org> 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 <sjg at chromium.org>
>> ---
>>
>> Changes in v2:
>> - Use capitals for the header guard
>> - Change 'print' to 'Print' in comment
>>
>>  include/common.h          | 16 +---------------
>>  include/display_options.h | 48 +++++++++++++++++++++++++++++++++++++++++++++++
>>  lib/display_options.c     | 13 -------------
>>  3 files changed, 49 insertions(+), 28 deletions(-)
>>  create mode 100644 include/display_options.h

Applied to u-boot-x86.


More information about the U-Boot mailing list