commit | e60446348994f3eaf5c751b590ee181d255f7ab0 | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Tue Aug 31 19:56:43 2010 -0500 |
committer | Anatolij Gustschin <agust@denx.de> | Tue Sep 21 22:46:02 2010 +0200 |
tree | a690ae6920bf6794df239403e0100bec599bc916 | |
parent | 0fce992d7792a7d0cfbc7a3dad7b8c6d2c85fa64 [diff] |
fsl: refactor MPC8610 and MPC5121 DIU code to use existing bitmap and logo features The Freescale MPC8610 and MPC5121 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 <timur@freescale.com>