summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/cpu/mpc512x/Makefile
diff options
context:
space:
mode:
authorTimur Tabi <timur@freescale.com>2010-08-31 19:56:43 -0500
committerAnatolij Gustschin <agust@denx.de>2010-09-21 22:46:02 +0200
commite69e520f9d235bb7d96296081fdfc09b9fee8c46 (patch)
treea690ae6920bf6794df239403e0100bec599bc916 /arch/powerpc/cpu/mpc512x/Makefile
parent68f6618bcd0f06b5558c66ceb607b14f5f46ba03 (diff)
downloadbootable_bootloader_goldelico_gta04-e69e520f9d235bb7d96296081fdfc09b9fee8c46.zip
bootable_bootloader_goldelico_gta04-e69e520f9d235bb7d96296081fdfc09b9fee8c46.tar.gz
bootable_bootloader_goldelico_gta04-e69e520f9d235bb7d96296081fdfc09b9fee8c46.tar.bz2
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>
Diffstat (limited to 'arch/powerpc/cpu/mpc512x/Makefile')
-rw-r--r--arch/powerpc/cpu/mpc512x/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc512x/Makefile b/arch/powerpc/cpu/mpc512x/Makefile
index 28926e0..d1b6946 100644
--- a/arch/powerpc/cpu/mpc512x/Makefile
+++ b/arch/powerpc/cpu/mpc512x/Makefile
@@ -39,7 +39,6 @@ COBJS-y += serial.o
COBJS-y += speed.o
COBJS-$(CONFIG_FSL_DIU_FB) += diu.o
COBJS-$(CONFIG_FSL_DIU_FB) += ../../../../board/freescale/common/fsl_diu_fb.o
-COBJS-$(CONFIG_FSL_DIU_FB) += ../../../../board/freescale/common/fsl_logo_bmp.o
COBJS-$(CONFIG_CMD_IDE) += ide.o
COBJS-$(CONFIG_IIM) += iim.o
COBJS-$(CONFIG_PCI) += pci.o