From 1cb19fbb31dc7fd2c3a15667c60c6296d392f96c Mon Sep 17 00:00:00 2001 From: York Sun Date: Thu, 27 Jun 2013 10:48:29 -0700 Subject: 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 --- board/freescale/t4qds/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'board/freescale/t4qds/Makefile') diff --git a/board/freescale/t4qds/Makefile b/board/freescale/t4qds/Makefile index 85df066906..a2167b377b 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 -- cgit v1.2.3