From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Fri, 27 Aug 2010 16:48:35 -0500 Subject: [U-Boot] Why does logo_plot() not use video_display_bitmap()? Message-ID: <4C7832B3.8020905@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de logo_plot() has its own code for rendering a bitmap, but this code is much less capable than video_display_bitmap(). Why doesn't logo_plot() just call video_display_bitmap() to draw the actual bitmap?