
On Sep 2, 2009, at 9:10 AM, Poonam Aggrwal wrote:
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
Signed-off-by: Poonam Aggrwal poonam.aggrwal@freescale.com Signed-off-by: Kumar Gala galak@kernel.crashing.org
applies on git.am.freescale.net/mirrors/u-boot.git cpu/mpc85xx/fdt.c | 2 + cpu/mpc86xx/fdt.c | 3 ++ cpu/mpc8xxx/Makefile | 1 + cpu/mpc8xxx/fdt.c | 55 +++++++++++++++++++++++++++++++++++++++++ +++++++++ 4 files changed, 61 insertions(+), 0 deletions(-) create mode 100644 cpu/mpc8xxx/fdt.c
applied to 85xx
- K