]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
cfbconsole: Remove width argument from the logo functions
authorHans de Goede <hdegoede@redhat.com>
Tue, 4 Aug 2015 10:21:40 +0000 (12:21 +0200)
committerHans de Goede <hdegoede@redhat.com>
Fri, 14 Aug 2015 06:37:36 +0000 (08:37 +0200)
commitc4c9e81f45be621fbc812e250ade665d56c38957
tree5053ce683b90cf6c9df4bbf3328c5841a00a2115
parentbbc1b99e8b8a1b87c2d0d959a1fcd1990abe82dd
cfbconsole: Remove width argument from the logo functions

The passed in width is always VIDEO_COLS. This is a preparation patch
for adding stride != width support to the cfbconsole code.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Anatolij Gustschin <agust@denx.de>
drivers/video/cfb_console.c