From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 16 May 2009 01:23:23 +0200 Subject: [U-Boot] [PATCH 2/2] video: Add an option to skip video initialization In-Reply-To: <1242374863-11781-3-git-send-email-wd@denx.de> References: <1242369514-24243-1-git-send-email-sr@denx.de> <1242374863-11781-3-git-send-email-wd@denx.de> Message-ID: <4A0DF96B.5060601@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 Wolfgang Denk 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 > > Rebased against simplifying patch. > Signed-off-by: Wolfgang Denk > --- > drivers/video/cfb_console.c | 15 +++++++++++++++ > 1 files changed, 15 insertions(+), 0 deletions(-) Applied to u-boot-video/next, Thanks! Best regards, Anatolij