summaryrefslogtreecommitdiffstats
path: root/drivers/net/fm
diff options
context:
space:
mode:
authorYork Sun <yorksun@freescale.com>2013-03-25 07:33:29 +0000
committerAndy Fleming <afleming@freescale.com>2013-05-14 16:00:29 -0500
commitb62408464b749b57c4ec83594e09fa78dbd6bca4 (patch)
treef8cf8c03873206130be4b70262f4e6ff3989b3ec /drivers/net/fm
parent924859ac2313d116372eec9c879302977fb4eb38 (diff)
downloadblackbird-obmc-uboot-b62408464b749b57c4ec83594e09fa78dbd6bca4.tar.gz
blackbird-obmc-uboot-b62408464b749b57c4ec83594e09fa78dbd6bca4.zip
powerpc/mpc85xx: Add T4160 SoC
T4160 SoC is low power version of T4240. The T4160 combines eight dual threaded Power Architecture e6500 cores and two memory complexes (CoreNet platform cache and DDR3 memory controller) with the same high-performance datapath acceleration, networking, and peripheral bus interfaces. Signed-off-by: York Sun <yorksun@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'drivers/net/fm')
-rw-r--r--drivers/net/fm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/fm/Makefile b/drivers/net/fm/Makefile
index f191c79a25..9aaa828535 100644
--- a/drivers/net/fm/Makefile
+++ b/drivers/net/fm/Makefile
@@ -46,6 +46,7 @@ COBJS-$(CONFIG_PPC_P4080) += p4080.o
COBJS-$(CONFIG_PPC_P5020) += p5020.o
COBJS-$(CONFIG_PPC_P5040) += p5040.o
COBJS-$(CONFIG_PPC_T4240) += t4240.o
+COBJS-$(CONFIG_PPC_T4160) += t4240.o
COBJS-$(CONFIG_PPC_B4420) += b4860.o
COBJS-$(CONFIG_PPC_B4860) += b4860.o
endif
OpenPOWER on IntegriCloud