ram: k3-ddrss: drop debug() in timing-sensitive sequence
authorThéo Lebrun <theo.lebrun@bootlin.com>
Fri, 15 Nov 2024 09:43:15 +0000 (10:43 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 6 Dec 2024 22:37:39 +0000 (16:37 -0600)
commitce05ec4895ddc47c39aa4a9a51a0ad17dfbb178b
tree0f5739b4aab6dc49194c63b3139367389ab587c6
parenta0c8e3cfbacfadee81bcbbb9a8b8207941affa3a
ram: k3-ddrss: drop debug() in timing-sensitive sequence

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.

Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
drivers/ram/k3-ddrss/k3-ddrss.c