From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 16 May 2009 01:38:09 +0200 Subject: [U-Boot] [PATCH] video: Add an option to skip video initialization In-Reply-To: <1242369514-24243-1-git-send-email-sr@denx.de> References: <1242369514-24243-1-git-send-email-sr@denx.de> Message-ID: <4A0DFCE1.6080401@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Stefan Roese wrote: > 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 > Cc: Anatolij Gustschin > --- > This patch replaces the previous one [video: ct6900: Add an option to skip > video initialization]. The test is now moved out of the ct6900 file into > the generic video init routine drv_video_init() as suggested by Anatolij. > > Thanks, > Stefan > > drivers/video/cfb_console.c | 16 ++++++++++++++++ > 1 files changed, 16 insertions(+), 0 deletions(-) i replaced this patch by the same patch from Wolfgang which is rebased on top of his "drv_video_init(): simplify logic" patch. Thanks! Best regards, Anatolij