
21 Jul
2010
21 Jul
'10
7:37 a.m.
On Jul 15, 2010, at 12:05 AM, Kumar Gala wrote:
There are various locations that we have chip specific info:
- Makefile for which ddr code to build
- Added p5020 & p5010 to cpu_type_list and SVR list
- Added number of LAWs for p5020
- Set CONFIG_MAX_CPUS to 2 for p5020
Signed-off-by: Kumar Gala galak@kernel.crashing.org
arch/powerpc/cpu/mpc85xx/Makefile | 1 + arch/powerpc/cpu/mpc8xxx/cpu.c | 4 ++++ arch/powerpc/include/asm/config.h | 2 ++ arch/powerpc/include/asm/processor.h | 4 ++++ drivers/misc/fsl_law.c | 2 +- 5 files changed, 12 insertions(+), 1 deletions(-)
applied to 85xx
- k