Re: [U-Boot] [PATCH 4/5] powerpc/85xx: verify the current address of CCSR before relocating it

2011-11-08 Thread Kumar Gala
On Oct 31, 2011, at 1:30 PM, Timur Tabi wrote: Verify that CCSR is actually located where it is supposed to be before we relocate it. This is useful in detecting U-Boot configurations that are broken (e.g. an incorrect value for CONFIG_SYS_CCSRBAR_DEFAULT). If the current value is wrong, we

[U-Boot] [PATCH 4/5] powerpc/85xx: verify the current address of CCSR before relocating it

2011-10-31 Thread Timur Tabi
Verify that CCSR is actually located where it is supposed to be before we relocate it. This is useful in detecting U-Boot configurations that are broken (e.g. an incorrect value for CONFIG_SYS_CCSRBAR_DEFAULT). If the current value is wrong, we enter an infinite loop, which is handy for