]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xx
authorPoonam Aggrwal <poonam.aggrwal@freescale.com>
Fri, 31 Jul 2009 06:38:14 +0000 (12:08 +0530)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 28 Aug 2009 22:12:38 +0000 (17:12 -0500)
commit0e870980a64584a591af775bb9c9fe9450124df9
tree627bfb5272eb2508ff8ed9027e00d86897af7fee
parent18bacc2027f8531d8dec15ba8da3242dfb4e63f3
8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xx

The number of CPUs are getting detected dynamically by checking the
processor SVR value.  Also removed CONFIG_NUM_CPUS references from all
the platforms with 85xx/86xx processors.

This can help to use the same u-boot image across the platforms.

Also revamped and corrected few Freescale Copyright messages.

Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22 files changed:
common/cmd_mp.c
cpu/mpc85xx/cpu.c
cpu/mpc85xx/mp.c
cpu/mpc85xx/release.S
cpu/mpc85xx/speed.c
cpu/mpc86xx/cpu.c
cpu/mpc86xx/cpu_init.c
cpu/mpc8xxx/cpu.c
include/asm-ppc/config.h
include/asm-ppc/global_data.h
include/asm-ppc/processor.h
include/common.h
include/configs/MPC8572DS.h
include/configs/MPC8610HPCD.h
include/configs/MPC8641HPCN.h
include/configs/P2020DS.h
include/configs/XPEDITE5170.h
include/configs/XPEDITE5370.h
include/configs/sbc8641d.h
include/e500.h
lib_ppc/board.c
lib_ppc/bootm.c