diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-03-19 02:39:17 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-09-24 12:05:28 -0500 |
commit | 7e4259bba4c56536760e42d32dacfb3233f216fd (patch) | |
tree | 17eda33e45481e04d6f972f37d8c5545a5cb6a7e /cpu/mpc85xx/Makefile | |
parent | 39a7e7fd538cdf49e7e8a2f0634ea5e15e12b4ec (diff) | |
download | u-boot-imx-7e4259bba4c56536760e42d32dacfb3233f216fd.zip u-boot-imx-7e4259bba4c56536760e42d32dacfb3233f216fd.tar.gz u-boot-imx-7e4259bba4c56536760e42d32dacfb3233f216fd.tar.bz2 |
ppc/p4080: Add various p4080 related defines (and p4040)
There are various locations that we have chip specific info:
* Makefile for which ddr code to build
* Added p4080 & p4040 to cpu_type_list and SVR list
* Added number of LAWs for p4080
* Set CONFIG_MAX_CPUS to 8 for p4080
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'cpu/mpc85xx/Makefile')
-rw-r--r-- | cpu/mpc85xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/mpc85xx/Makefile b/cpu/mpc85xx/Makefile index 3ef00e8..56de7eb 100644 --- a/cpu/mpc85xx/Makefile +++ b/cpu/mpc85xx/Makefile @@ -53,6 +53,7 @@ COBJS-$(CONFIG_P1011) += ddr-gen3.o COBJS-$(CONFIG_P1020) += ddr-gen3.o COBJS-$(CONFIG_P2010) += ddr-gen3.o COBJS-$(CONFIG_P2020) += ddr-gen3.o +COBJS-$(CONFIG_PPC_P4080) += ddr-gen3.o COBJS-$(CONFIG_CPM2) += ether_fcc.o COBJS-$(CONFIG_OF_LIBFDT) += fdt.o |