]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO
authorRobert Winkler <robert.winkler@boundarydevices.com>
Mon, 17 Jun 2013 18:31:29 +0000 (11:31 -0700)
committerAnatolij Gustschin <agust@denx.de>
Mon, 1 Jul 2013 19:45:22 +0000 (21:45 +0200)
commitdd4425e85260c2e750676e2dc9c225cfff1b4bcd
tree6086e9eef88070e2faebd3feb1c97f05195f41b8
parentf7ef9d610cb28d31c106792f18b58424e39275c7
video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO

Create splash.c/h to put the function and any future common splash
screen code in.

Signed-off-by: Robert Winkler <robert.winkler@boundarydevices.com>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
common/Makefile
common/lcd.c
common/splash.c [new file with mode: 0644]
drivers/video/cfb_console.c
include/lcd.h
include/splash.h [new file with mode: 0644]