]> git.ipfire.org Git - people/ms/u-boot.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)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 8 Sep 2009 14:10:08 +0000 (09:10 -0500)
commitf8027f6b4789e3340f10620d8fb6113b95b88d9c
tree7a6cd3030bb8f18275c387c0953206d5757835fc
parent58442dc01e47cc8ce42af4f29486a34cad60b9d2
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]