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 joakim.tjernl...@transmode.se --- arch/powerpc/cpu/mpc83xx/start.S |7 --- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git

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 joakim.tjernl...@transmode.se --- arch/powerpc/cpu/mpc83xx/start.S |7 --- 1 files changed, 0 insertions(+), 7 deletions(-) diff

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 joakim.tjernl...@transmode.se 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

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

2010-11-30 Thread Joakim Tjernlund
Scott Wood scottw...@freescale.com wrote on 2010/11/30 21:50:52: On Tue, 30 Nov 2010 21:45:19 +0100 Joakim Tjernlund joakim.tjernl...@transmode.se 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

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 joakim.tjernl...@transmode.se wrote: Scott Wood scottw...@freescale.com wrote on 2010/11/30 21:50:52: On Tue, 30 Nov 2010 21:45:19 +0100 Joakim Tjernlund joakim.tjernl...@transmode.se wrote: On a related note, I am not sure why the I

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

2010-11-30 Thread Joakim Tjernlund
Scott Wood scottw...@freescale.com wrote on 2010/11/30 22:17:31: On Tue, 30 Nov 2010 22:13:32 +0100 Joakim Tjernlund joakim.tjernl...@transmode.se wrote: Scott Wood scottw...@freescale.com wrote on 2010/11/30 21:50:52: On Tue, 30 Nov 2010 21:45:19 +0100 Joakim Tjernlund

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 joakim.tjernl...@transmode.se wrote: Scott Wood scottw...@freescale.com wrote on 2010/11/30 22:17:31: On Tue, 30 Nov 2010 22:13:32 +0100 Joakim Tjernlund joakim.tjernl...@transmode.se wrote: Scott Wood scottw...@freescale.com wrote

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 joakim.tjernl...@transmode.se wrote: Signed-off-by: Joakim Tjernlund joakim.tjernl...@transmode.se --- applied. Thanks, Kim ___ U-Boot mailing list U-Boot@lists.denx.de

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

2010-11-23 Thread Joakim Tjernlund
Signed-off-by: Joakim Tjernlund joakim.tjernl...@transmode.se --- 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 ---