mirror of
https://xff.cz/git/u-boot/
synced 2025-11-02 19:36:22 +01:00
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>
This commit is contained in:
@@ -422,6 +422,9 @@ compute_lowest_common_dimm_parameters(const unsigned int ctrl_num,
|
||||
dimm_params[i].mpart);
|
||||
#endif
|
||||
}
|
||||
#ifndef CONFIG_SPL_BUILD
|
||||
puts(" ");
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user