]> git.ipfire.org Git - people/ms/u-boot.git/commit
ddr: altera: silence PHY calibration unless in debug mode
authorGoldschmidt Simon <sgoldschmidt@de.pepperl-fuchs.com>
Thu, 25 Jan 2018 06:04:44 +0000 (06:04 +0000)
committerMarek Vasut <marex@denx.de>
Thu, 25 Jan 2018 08:59:37 +0000 (09:59 +0100)
commit92962b3caf17f5e64075601a466b3ac00dbd0a88
treeab7ec994b245a45370c2ec15548756794623696e
parent1c7fa79314ee77443c56ad80303de55710cede29
ddr: altera: silence PHY calibration unless in debug mode

This driver has been using printf() including filename since it was
added. Convert to using debug() instead.

Signed-off-by: Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>
drivers/ddr/altera/sequencer.c