
Hi Timur,
On Tue, 31 Aug 2010 19:56:43 -0500 Timur Tabi timur@freescale.com wrote:
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
This patch depends on the patch, "logos: add Freescale logo"
This patch supersedes these two patches:
[v2] mpc8610: refactor DIU initialization code to use existing bitmap and logo features mpc8610: refactor DIU initialization code to use existing bitmap function
arch/powerpc/cpu/mpc512x/Makefile | 1 - arch/powerpc/cpu/mpc512x/diu.c | 68 +-- board/freescale/common/Makefile | 2 +- board/freescale/common/fsl_diu_fb.c | 132 +---- board/freescale/common/fsl_diu_fb.h | 12 +- board/freescale/common/fsl_logo_bmp.c | 878 ------------------------- board/freescale/mpc5121ads/mpc5121ads.c | 5 - board/freescale/mpc8610hpcd/mpc8610hpcd.c | 6 +- board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c | 78 +-- include/configs/MPC8610HPCD.h | 5 +- include/configs/mpc5121ads.h | 6 +- 11 files changed, 37 insertions(+), 1156 deletions(-) delete mode 100644 board/freescale/common/fsl_logo_bmp.c
Applied to u-boot-video/next. Thanks!
Best regards, Anatolij