]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:35:16 +0000 (22:35 +0200)
commitc44e9a99e38819c1f61b350e316b52aa8c85320e
tree404081c72adbb50e50b3f2fab1b9183c8f53f507
parent742c47f683967f366ae938cee39f462d7dd767ef
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