Re: [U-Boot] [PATCH] mpc8xxx: Remove cpu-handles for cpus we delete

2010-06-30 Thread Kumar Gala
On Jun 9, 2010, at 1:17 PM, Kumar Gala wrote: > We may have cpu-handles pointing to the cpu nodes we delete. If so we > should delete the handles as well. > > Signed-off-by: Kumar Gala > --- > arch/powerpc/cpu/mpc8xxx/fdt.c | 36 ++-- > 1 files changed, 30 inse

[U-Boot] [PATCH] mpc8xxx: Remove cpu-handles for cpus we delete

2010-06-09 Thread Kumar Gala
We may have cpu-handles pointing to the cpu nodes we delete. If so we should delete the handles as well. Signed-off-by: Kumar Gala --- arch/powerpc/cpu/mpc8xxx/fdt.c | 36 ++-- 1 files changed, 30 insertions(+), 6 deletions(-) diff --git a/arch/powerpc/cpu/mpc