]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc/85xx/86xx: Device tree fixup for number of cores
authorPoonam Aggrwal <poonam.aggrwal@freescale.com>
Wed, 2 Sep 2009 14:10:36 +0000 (19:40 +0530)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 3 Oct 2009 14:04:17 +0000 (09:04 -0500)
commitef4025cf61f0bd002d5e5be912b6606cbe48e66c
tree11ee6c13b8a89f75a0ad6880efffbba2b73e75f4
parentea8be4a65b18e8e6d41b7c7687280b1071cb9969
ppc/85xx/86xx: Device tree fixup for number of cores

Fixing the number of cores in the device tree based on the actual number of
cores on the system.  With this same device tree image can be used for dual
core and single core members of otherwise exactly same SOC.

For example:
* P2020RDB and P2010RDB
* P1020RDB and P1011RDB
* MPC8641D and MPC8641

Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
cpu/mpc85xx/fdt.c
cpu/mpc86xx/fdt.c
cpu/mpc8xxx/Makefile
cpu/mpc8xxx/fdt.c [new file with mode: 0644]