[U-Boot] [PATCH 01/24] FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.

2008-08-27 Thread Kumar Gala
Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- cpu/mpc86xx/ddr-8641.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/cpu/mpc86xx/ddr-8641.c b/cpu/mpc86xx/ddr-8641.c index 932ef22..f936182 100644 --- a/cpu/mpc86xx/ddr-8641.c +++ b/cpu/mpc86xx/ddr-8641.c @@ -35,7 +35,6 @@

Re: [U-Boot] [PATCH 01/24] FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.

2008-08-27 Thread Jon Loeliger
Wolfgang Denk wrote: Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- cpu/mpc86xx/ddr-8641.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) Applied. Jon, I hope it is OK that I pulled this in directly. Absolutely!

Re: [U-Boot] [PATCH 01/24] FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.

2008-08-27 Thread Kumar Gala
On Aug 27, 2008, at 5:37 PM, Wolfgang Denk wrote: Dear Kumar Gala, In message 1219817457-7432-1-git-send-email- [EMAIL PROTECTED] you wrote: Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- cpu/mpc86xx/ddr-8641.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) Applied. Jon,