commit | bbe25dba2cf12ed726ac97c73179b1721162742c | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Mon Nov 15 23:45:45 2021 +0100 |
committer | Priyanka Jain <priyanka.jain@nxp.com> | Mon Feb 28 11:59:35 2022 +0530 |
tree | e3b0e3396beafbe622fb542c9a67cd5bf2d4f4ec | |
parent | c66c2564725b381c77022047dfcdf075ed252371 [diff] |
board: sl28: fix DRAM pretty print The current console output is: DRAM: 4 GiB DDR 4 GiB (DDR3, 32-bit, CL=11, ECC on) The size is printed twice and we can save one line of console output if we join both lines. The new output is as follows: DRAM: 4 GiB (DDR3, 32-bit, CL=11, ECC on) Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>