Re: [U-Boot-Users] [PATCH v2] 85xx/86xx: Move to dynamic mgmt of LAWs

2008-06-10 Thread Becky Bruce
On Jun 10, 2008, at 12:03 AM, Kumar Gala wrote: > With the new LAW interface (set_next_law) we can move to letting the > system allocate which LAWs are used for what purpose. This makes life > a bit easier going forward with the new DDR code. > > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > -

[U-Boot-Users] [PATCH v2] 85xx/86xx: Move to dynamic mgmt of LAWs

2008-06-09 Thread Kumar Gala
With the new LAW interface (set_next_law) we can move to letting the system allocate which LAWs are used for what purpose. This makes life a bit easier going forward with the new DDR code. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- For some reason we always disabled law0 on 86xx. Removed