From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 10 Aug 2013 11:04:11 +0200 Subject: [U-Boot] [PATCH 7/7] video: add an option to skip cfb console init In-Reply-To: <1375507373-13785-8-git-send-email-hs@denx.de> References: <1375507373-13785-1-git-send-email-hs@denx.de> <1375507373-13785-8-git-send-email-hs@denx.de> Message-ID: <20130810110411.78896ca3@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 3 Aug 2013 07:22:53 +0200 Heiko Schocher wrote: > 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 > Cc: Anatolij Gustschin > --- > drivers/video/cfb_console.c | 18 ++++++++++++++++++ > 1 Datei ge?ndert, 18 Zeilen hinzugef?gt(+) Applied to u-boot-video/master after changing to use __weak, thanks! Anatolij