summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc8xx/Makefile
diff options
context:
space:
mode:
authorJeroen Hofstee <jeroen@myspectrum.nl>2013-01-22 10:44:09 +0000
committerAnatolij Gustschin <agust@denx.de>2013-03-21 09:17:39 +0100
commit59155f4c502ff1045a702d3fda79a17aeda63240 (patch)
treec5a8e1929c3ff5d69a02215dcdb1b12f41734273 /arch/powerpc/cpu/mpc8xx/Makefile
parentfc69eb02ce720bdfbdbed27b1dd836116123705e (diff)
downloadu-boot-imx-59155f4c502ff1045a702d3fda79a17aeda63240.zip
u-boot-imx-59155f4c502ff1045a702d3fda79a17aeda63240.tar.gz
u-boot-imx-59155f4c502ff1045a702d3fda79a17aeda63240.tar.bz2
lcd, mpc8xx: move the mpc8xx driver to drivers/video
Since the lcd code was compiled unconditionally in arch also add CONFIG_MPC8XX_LCD to the boards using this driver. cc: Anatolij Gustschin <agust@denx.de> cc: Wolfgang Denk <wd@denx.de> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'arch/powerpc/cpu/mpc8xx/Makefile')
-rw-r--r--arch/powerpc/cpu/mpc8xx/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc8xx/Makefile b/arch/powerpc/cpu/mpc8xx/Makefile
index 0d1a12c..ef10e2d 100644
--- a/arch/powerpc/cpu/mpc8xx/Makefile
+++ b/arch/powerpc/cpu/mpc8xx/Makefile
@@ -37,7 +37,6 @@ COBJS-y += fec.o
COBJS-$(CONFIG_OF_LIBFDT) += fdt.o
COBJS-y += i2c.o
COBJS-y += interrupts.o
-COBJS-y += lcd.o
COBJS-y += scc.o
COBJS-y += serial.o
COBJS-y += speed.o