Re: [U-Boot] [PATCH] 85xx: Remove setting of *cache-line-size in device trees

2008-09-23 Thread Kumar Gala
On Sep 16, 2008, at 11:36 AM, Kumar Gala wrote: > ePAPR says if the *cache-block-size is the same as *cache-line-size > than we don't need the *cache-line-size property. > > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > --- > cpu/mpc85xx/fdt.c |3 --- > 1 files changed, 0 insertions(+), 3 de

[U-Boot] [PATCH] 85xx: Remove setting of *cache-line-size in device trees

2008-09-16 Thread Kumar Gala
ePAPR says if the *cache-block-size is the same as *cache-line-size than we don't need the *cache-line-size property. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- cpu/mpc85xx/fdt.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/cpu/mpc85xx/fdt.c b/cpu/mpc85xx/fdt.