Re: [U-Boot] [PATCH V2] powerpc 86xx: Handle CCSR relocation earlier

2008-11-03 Thread Jon Loeliger
On Sun, 2008-11-02 at 18:19 -0600, Becky Bruce wrote: > Currently, the CCSR gets relocated while translation is > enabled, meaning we need 2 BAT translations to get to both the > old location and the new location. Also, the DEFAULT > CCSR location has a dependency on the BAT that maps the > FLASH

[U-Boot] [PATCH V2] powerpc 86xx: Handle CCSR relocation earlier

2008-11-02 Thread Becky Bruce
Currently, the CCSR gets relocated while translation is enabled, meaning we need 2 BAT translations to get to both the old location and the new location. Also, the DEFAULT CCSR location has a dependency on the BAT that maps the FLASH region. Moving the relocation removes this unnecessary dependen