diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2010-01-27 10:26:46 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-07-20 04:41:19 -0500 |
commit | c26de2d8b15c15fdc0a33758fa7714667eec404c (patch) | |
tree | b2042bd864e2b76dff88b773e254d283053d836f /arch/powerpc/cpu/mpc8xxx | |
parent | 19dbcc96c093acdf0b029b0ea616ca9761d3169f (diff) | |
download | u-boot-imx-c26de2d8b15c15fdc0a33758fa7714667eec404c.zip u-boot-imx-c26de2d8b15c15fdc0a33758fa7714667eec404c.tar.gz u-boot-imx-c26de2d8b15c15fdc0a33758fa7714667eec404c.tar.bz2 |
powerpc/p3041: Add various p3041 related defines
There are various locations that we have chip specific info:
* Makefile for which ddr code to build
* Added p3041 to cpu_type_list and SVR list
* Added number of LAWs for p3041
* Set CONFIG_MAX_CPUS to 4 for p3041
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/cpu/mpc8xxx')
-rw-r--r-- | arch/powerpc/cpu/mpc8xxx/cpu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc8xxx/cpu.c b/arch/powerpc/cpu/mpc8xxx/cpu.c index 570ddb6..dc3da16 100644 --- a/arch/powerpc/cpu/mpc8xxx/cpu.c +++ b/arch/powerpc/cpu/mpc8xxx/cpu.c @@ -80,6 +80,8 @@ struct cpu_type cpu_type_list [] = { CPU_TYPE_ENTRY(P2010, P2010_E, 1), CPU_TYPE_ENTRY(P2020, P2020, 2), CPU_TYPE_ENTRY(P2020, P2020_E, 2), + CPU_TYPE_ENTRY(P3041, P3041, 4), + CPU_TYPE_ENTRY(P3041, P3041_E, 4), CPU_TYPE_ENTRY(P4040, P4040, 4), CPU_TYPE_ENTRY(P4040, P4040_E, 4), CPU_TYPE_ENTRY(P4080, P4080, 8), |