commit | a86e294f9f072dd08410ef83af44258503dca1a1 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Fri Sep 09 17:32:45 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 23 15:13:18 2022 -0400 |
tree | 6e88dacd0918e07cfa83f0a8fec38037f53e4ab3 | |
parent | 272199765412182f82ff789eaeffb2d93d70a01e [diff] |
ddr: fsl: Fix re-align of verbose DRAM information for non-SPL builds During init_dram() is called also compute_lowest_common_dimm_parameters() function which prints multi-line detailed output. So print also re-aligning filler after "Detected ?DIMM" line to have "DRAM: " output aligned. Signed-off-by: Pali Rohár <pali@kernel.org>