From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Tue, 31 Aug 2010 15:57:00 -0500 Subject: [U-Boot] [PATCH] [v2] mpc8610: refactor DIU initialization code to use existing bitmap and logo features In-Reply-To: <1283284703-12320-1-git-send-email-timur@freescale.com> References: <1283284703-12320-1-git-send-email-timur@freescale.com> Message-ID: <4C7D6C9C.4020402@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 Timur Tabi wrote: > The Freescale MPC8610 DIU code had re-implement two features that already > existed in U-Boot: bitmap drawing and top-of-screen logo (CONFIG_VIDEO_LOGO). > So delete the 8610-specific code and use the built-in features instead. > > Signed-off-by: Timur Tabi > --- Ugh, this patch breaks 512x. v3 coming soon.