]> git.ipfire.org Git - people/ms/u-boot.git/commit
Move display_options functions to their own header
authorSimon Glass <sjg@chromium.org>
Wed, 29 Apr 2015 02:25:07 +0000 (20:25 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 30 Apr 2015 03:02:33 +0000 (21:02 -0600)
commit2ea09c836f65f52a35f5242d04f0a9e3e36b773d
tree58f5e14187339573d5d8962d55d99c705c027cdd
parent9a7d700ccacc71e9b05f01b6d0f3b95178fb7061
Move display_options functions to their own header

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@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
include/common.h
include/display_options.h [new file with mode: 0644]
lib/display_options.c