]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
video: add an option to skip cfb console init
authorHeiko Schocher <hs@denx.de>
Sat, 3 Aug 2013 05:22:53 +0000 (07:22 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sat, 10 Aug 2013 08:57:44 +0000 (10:57 +0200)
commit2bc4aa522740a1b72bb814d0ddf1f9be7df82c83
treebbf79d2c1591a8a728cddf17c3d1e06641209c65
parent3d192be9ad07ef13898c0e79ce29c3d70b253d67
video: add an option to skip cfb console init

This patch add an option to skip cfb console init for boards
who want to show a logo, but not use the cfb console. This is
needed for the siemens boards, which have a bmp bootlogo, but
do not need the cfb console.

Signed-off-by: Heiko Schocher <hs@denx.de>
Cc: Anatolij Gustschin <agust@denx.de>
[agust: use '__weak int board_cfb_skip(void)']
Signed-off-by: Anatolij Gustschin <agust@denx.de>
drivers/video/cfb_console.c