Re: [U-Boot] [PATCH] 83xx: Use the proper sequence for updating IMMR.

2009-01-21 Thread Kim Phillips
On Tue, 20 Jan 2009 11:56:11 -0600 Scott Wood wrote: > This ensures that subsequent accesses properly hit the new window. > > The dcbi during the NAND loop was accidentally working around this; > it's no longer necessary, as the cache is not enabled. > > Reported-by: Suchit Lepcha > Signed-off

[U-Boot] [PATCH] 83xx: Use the proper sequence for updating IMMR.

2009-01-20 Thread Scott Wood
This ensures that subsequent accesses properly hit the new window. The dcbi during the NAND loop was accidentally working around this; it's no longer necessary, as the cache is not enabled. Reported-by: Suchit Lepcha Signed-off-by: Scott Wood --- cpu/mpc83xx/start.S | 18 +++---