]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
video: Add an option to skip video initialization
authorWolfgang Denk <wd@denx.de>
Fri, 15 May 2009 08:07:43 +0000 (10:07 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 12 Jun 2009 18:39:51 +0000 (20:39 +0200)
commit6cc7ba9ed43106946aa9aa868302aa2faf1d17be
tree44b4c835917885cfb25cf237d7b45c30d760e611
parentf62f64692ff7f6226ad221d5df6487ea5ef39bdd
video: Add an option to skip video initialization

This patch adds an option to skip the video initialization on for all
video drivers. This is needed for the CPCI750 which can be built as
CPCI host and adapter/target board. And the adapter board can't
access the video cards located on the CompactPCI bus.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Anatolij Gustschin <agust@denx.de>
Rebased against simplifying patch.
Signed-off-by: Wolfgang Denk <wd@denx.de>
drivers/video/cfb_console.c