Re: [U-Boot] [PATCH] mpc83xx: remove some dead code, saving space

2010-11-30 Thread Scott Wood
On Tue, 30 Nov 2010 22:25:11 +0100 Joakim Tjernlund wrote: > Scott Wood wrote on 2010/11/30 22:17:31: > > > > On Tue, 30 Nov 2010 22:13:32 +0100 > > Joakim Tjernlund wrote: > > > > > Scott Wood wrote on 2010/11/30 21:50:52: > > > > > > > > On Tue, 30 Nov 2010 21:45:19 +0100 > > > > Joakim Tjer

Re: [U-Boot] [PATCH] mpc83xx: remove some dead code, saving space

2010-11-30 Thread Joakim Tjernlund
Scott Wood wrote on 2010/11/30 22:17:31: > > On Tue, 30 Nov 2010 22:13:32 +0100 > Joakim Tjernlund wrote: > > > Scott Wood wrote on 2010/11/30 21:50:52: > > > > > > On Tue, 30 Nov 2010 21:45:19 +0100 > > > Joakim Tjernlund wrote: > > > > > > > On a related note, I am not sure why the I and D ca

Re: [U-Boot] [PATCH] mpc83xx: remove some dead code, saving space

2010-11-30 Thread Scott Wood
On Tue, 30 Nov 2010 22:13:32 +0100 Joakim Tjernlund wrote: > Scott Wood wrote on 2010/11/30 21:50:52: > > > > On Tue, 30 Nov 2010 21:45:19 +0100 > > Joakim Tjernlund wrote: > > > > > On a related note, I am not sure why the I and D cache needs to be > > > flushed, > > > aren't they coherent? >

Re: [U-Boot] [PATCH] mpc83xx: remove some dead code, saving space

2010-11-30 Thread Joakim Tjernlund
Scott Wood wrote on 2010/11/30 21:50:52: > > On Tue, 30 Nov 2010 21:45:19 +0100 > Joakim Tjernlund wrote: > > > On a related note, I am not sure why the I and D cache needs to be flushed, > > aren't they coherent? > > They are not. Ah, I figured they would be these days. I doubt one needs to inv

Re: [U-Boot] [PATCH] mpc83xx: remove some dead code, saving space

2010-11-30 Thread Scott Wood
On Tue, 30 Nov 2010 21:45:19 +0100 Joakim Tjernlund wrote: > On a related note, I am not sure why the I and D cache needs to be flushed, > aren't they coherent? They are not. -Scott ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/ma

Re: [U-Boot] [PATCH] mpc83xx: remove some dead code, saving space

2010-11-30 Thread Joakim Tjernlund
> > Dear Joakim Tjernlund, > > In message <1290537223-12160-1-git-send-email-joakim.tjernl...@transmode.se> > you wrote: > > > > Signed-off-by: Joakim Tjernlund > > --- > > arch/powerpc/cpu/mpc83xx/start.S |7 --- > > 1 files changed, 0 insertions(+), 7 deletions(-) > > > > diff --git a/

Re: [U-Boot] [PATCH] mpc83xx: remove some dead code, saving space

2010-11-30 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message <1290537223-12160-1-git-send-email-joakim.tjernl...@transmode.se> you wrote: > > Signed-off-by: Joakim Tjernlund > --- > arch/powerpc/cpu/mpc83xx/start.S |7 --- > 1 files changed, 0 insertions(+), 7 deletions(-) > > diff --git a/arch/powerpc/cpu/mpc8

Re: [U-Boot] [PATCH] mpc83xx: remove some dead code, saving space

2010-11-28 Thread Kim Phillips
On Tue, 23 Nov 2010 19:33:43 +0100 Joakim Tjernlund wrote: > Signed-off-by: Joakim Tjernlund > --- applied. Thanks, Kim ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] mpc83xx: remove some dead code, saving space

2010-11-23 Thread Joakim Tjernlund
Signed-off-by: Joakim Tjernlund --- arch/powerpc/cpu/mpc83xx/start.S |7 --- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/arch/powerpc/cpu/mpc83xx/start.S b/arch/powerpc/cpu/mpc83xx/start.S index f7da14b..121c276 100644 --- a/arch/powerpc/cpu/mpc83xx/start.S +++ b/arch/