]> git.baikalelectronics.ru Git - uboot.git/commit
board: sl28: fix DRAM pretty print
authorMichael Walle <michael@walle.cc>
Mon, 15 Nov 2021 22:45:45 +0000 (23:45 +0100)
committerPriyanka Jain <priyanka.jain@nxp.com>
Mon, 28 Feb 2022 06:29:35 +0000 (11:59 +0530)
commit752426fa3c56a5a62571755820a34c4b851d6f2f
treee3b0e3396beafbe622fb542c9a67cd5bf2d4f4ec
parent21f415c7371e9411da78c3f2b50e1ed8c3fd8147
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>
board/kontron/sl28/sl28.c