diff options
author | Shengzhou Liu <Shengzhou.Liu@freescale.com> | 2011-08-31 17:48:18 +0800 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-10-03 09:36:28 -0500 |
commit | 6d7b061af153bc5beb633c3bd15348284716a067 (patch) | |
tree | cc3c708eeade33efabb4f6003877f8eba8f5a751 /drivers/net/fm/Makefile | |
parent | 6b3a8d0086e469c58956041e4d534b2107f5beed (diff) | |
download | u-boot-imx-6d7b061af153bc5beb633c3bd15348284716a067.zip u-boot-imx-6d7b061af153bc5beb633c3bd15348284716a067.tar.gz u-boot-imx-6d7b061af153bc5beb633c3bd15348284716a067.tar.bz2 |
powerpc/p3060: Add SoC related support for P3060 platform
Add P3060 SoC specific information:cores setup, LIODN setup, etc
The P3060 SoC combines six e500mc Power Architecture processor cores with
high-performance datapath acceleration architecture(DPAA), CoreNet fabric
infrastructure, as well as network and peripheral interfaces.
Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'drivers/net/fm/Makefile')
-rw-r--r-- | drivers/net/fm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/fm/Makefile b/drivers/net/fm/Makefile index 9692575..072b178 100644 --- a/drivers/net/fm/Makefile +++ b/drivers/net/fm/Makefile @@ -39,6 +39,7 @@ COBJS-$(CONFIG_P1023) += p1023.o COBJS-$(CONFIG_PPC_P2040) += p5020.o COBJS-$(CONFIG_PPC_P2041) += p5020.o COBJS-$(CONFIG_PPC_P3041) += p5020.o +COBJS-$(CONFIG_PPC_P3060) += p3060.o COBJS-$(CONFIG_PPC_P4080) += p4080.o COBJS-$(CONFIG_PPC_P5020) += p5020.o endif |