]> git.dujemihanovic.xyz Git - u-boot.git/commit
memory: ti-gpmc: use printf to dump settings/timings
authorRoger Quadros <rogerq@kernel.org>
Wed, 15 May 2024 12:20:08 +0000 (15:20 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 7 Jun 2024 20:07:23 +0000 (14:07 -0600)
commit4f836fb324ba500ecabdba4146c3ca9e1600cdf5
tree6880f6a3a9a496cc4b5d4e7a1438848a0377e16a
parent25a1fcee342a573232a965e98cf02e7fd2c3ab54
memory: ti-gpmc: use printf to dump settings/timings

pr_info() depends on CONFIG_LOGLEVEL > 6. If user has
enabled CONFIG_TI_GPMC_DEBUG then we should print the
GPMC settings/timings regardless of CONFIG_LOGLEVEL.

So use printf() instead of pr_info().

Signed-off-by: Roger Quadros <rogerq@kernel.org>
drivers/memory/ti-gpmc.c