summaryrefslogtreecommitdiff
path: root/board/freescale/t4qds/Makefile
diff options
context:
space:
mode:
authorYork Sun <yorksun@freescale.com>2013-06-27 10:48:29 -0700
committerYork Sun <yorksun@freescale.com>2013-08-09 12:41:39 -0700
commit1cb19fbb31dc7fd2c3a15667c60c6296d392f96c (patch)
treed72f498fe60e926d5884d34180ee51af45ee7c17 /board/freescale/t4qds/Makefile
parentf165bc35285460f9739a234de379a535519f39e6 (diff)
downloadu-boot-imx-1cb19fbb31dc7fd2c3a15667c60c6296d392f96c.zip
u-boot-imx-1cb19fbb31dc7fd2c3a15667c60c6296d392f96c.tar.gz
u-boot-imx-1cb19fbb31dc7fd2c3a15667c60c6296d392f96c.tar.bz2
powerpc/T4240EMU: Add T4240EMU target
Add emulator support for T4240. Emulator has limited peripherals and interfaces. Difference between emulator and T4240QDS includes: ECC for DDR is disabled due the procedure to load images No board FPGA (QIXIS) NOR flash has 32-bit port for higher loading speed IFC and I2C timing don't really matter, so set them fast No ethernet Signed-off-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'board/freescale/t4qds/Makefile')
-rw-r--r--board/freescale/t4qds/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/freescale/t4qds/Makefile b/board/freescale/t4qds/Makefile
index 85df066..a2167b3 100644
--- a/board/freescale/t4qds/Makefile
+++ b/board/freescale/t4qds/Makefile
@@ -8,7 +8,8 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).o
-COBJS-y += $(BOARD).o
+COBJS-$(CONFIG_T4240QDS) += t4240qds.o
+COBJS-$(CONFIG_T4240EMU) += t4240emu.o
COBJS-y += ddr.o
COBJS-$(CONFIG_T4240QDS)+= eth.o
COBJS-$(CONFIG_PCI) += pci.o