> Now when I'm trying to migrate to U-Boot 2013.01 I face problems with a > sudden hang. I see console output until the "Flash:" from > arch/powerpc/lib/board.c::board_init_r() but nothing more until the board > reboots on a watchdog reset after 30s.
Found that it was looping endlessly in arch/powerpc/lib/ticks.S::wait_ticks(). Reverting commit "ppc: Create a stack frame for wait_ticks()" made everything work again. I am not fluent enough in powerpc assembly or gcc stack frames for the same to see exactly what is wrong. Perhaps someone with the necessary mileage could take a look? BR // Mats _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

