]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fsl: refactor MPC8610 and MPC5121 DIU code to use existing bitmap and logo features
authorTimur Tabi <timur@freescale.com>
Wed, 1 Sep 2010 00:56:43 +0000 (19:56 -0500)
committerAnatolij Gustschin <agust@denx.de>
Tue, 21 Sep 2010 20:46:02 +0000 (22:46 +0200)
commite69e520f9d235bb7d96296081fdfc09b9fee8c46
treea690ae6920bf6794df239403e0100bec599bc916
parent68f6618bcd0f06b5558c66ceb607b14f5f46ba03
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>
arch/powerpc/cpu/mpc512x/Makefile
arch/powerpc/cpu/mpc512x/diu.c
board/freescale/common/Makefile
board/freescale/common/fsl_diu_fb.c
board/freescale/common/fsl_diu_fb.h
board/freescale/common/fsl_logo_bmp.c [deleted file]
board/freescale/mpc5121ads/mpc5121ads.c
board/freescale/mpc8610hpcd/mpc8610hpcd.c
board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c
include/configs/MPC8610HPCD.h
include/configs/mpc5121ads.h