
7 Dec
2024
7 Dec
'24
2:03 a.m.
On Fri, 15 Nov 2024 10:43:15 +0100, Théo Lebrun wrote:
Those debug() calls might be useful, but beware. They can cause the DDR controller to hang if we do not run the sequence quickly enough.
They usually are not an issue with upstream U-Boot and the default DDR config, but they have become troublesome with custom DDR configs.
Drop those debug() statements that shouldn't be present in time-sensitive code, to avoid anyone else falling into the trap.
[...]
Applied to u-boot/next, thanks!
--
Tom