Searched hist:"19 e438412416c4cd4066dfa7aca679fe291f13e1" (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | start.S | diff 19e438412416c4cd4066dfa7aca679fe291f13e1 Mon Oct 31 13:30:44 CDT 2011 Timur Tabi <timur@freescale.com> powerpc/85xx: verify the current address of CCSR before relocating it
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 debuggers.
Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
|